debracketify

0.1.1 • Public • Published

debracketify

npm build license

Remove encompassing square brackets from a string.

Install

$ yarn add debracketify # Or alternatively: `npm install debracketify` 

Usage

'use strict';
 
const debracketify = require('debracketify');
 
debracketify('[Example]'); // >> 'Example'

Testing

$ yarn test # Or alternatively: `npm test` 

License

The MIT License (Expat). See the license file for details.

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i debracketify

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    5.78 kB

    Total Files

    16

    Last publish

    Collaborators

    • radioactivehamster