ilya_shyian 1c5a2a8f35 +react/react-store 3 år sedan
..
.npmignore 1c5a2a8f35 +react/react-store 3 år sedan
LICENSE 1c5a2a8f35 +react/react-store 3 år sedan
README.md 1c5a2a8f35 +react/react-store 3 år sedan
index.js 1c5a2a8f35 +react/react-store 3 år sedan
package.json 1c5a2a8f35 +react/react-store 3 år sedan

README.md

unquote

Remove wrapping quotes from a string. Returns an empty string if the first arg is falsey.

Installation

npm install unquote

Usage

Example

var unquote = require('unquote')

unquote('"hello, world"') // 'hello, world'
unquote('\'hello, world\'') // 'hello, world'

Running Tests

npm test

License

(The MIT License)

Copyright 2017 Cameron Lakenen