Sha256: c0c6e7606f6afc7d8ef00bfd6addc7abb24c6df9f764e1883bdabe73c531fc38
Contents?: true
Size: 412 Bytes
Versions: 28
Compression:
Stored size: 412 Bytes
Contents
# unquote Remove wrapping quotes from a string. Returns an empty string if the first arg is falsey. ## Installation ``` npm install unquote ``` ## Usage Example ```js var unquote = require('unquote') unquote('"hello, world"') // 'hello, world' unquote('\'hello, world\'') // 'hello, world' ``` ## Running Tests ``` npm test ``` ## License ([The MIT License](LICENSE)) Copyright 2017 Cameron Lakenen
Version data entries
28 entries across 27 versions & 9 rubygems