simple-token

0.1.0 • Public • Published

simple-token

Build Status Coverage Status Code Climate

Create a string representation of an object or primative

var tokenize = require('simple-token');
 
tokenize(42);
// 42
tokenize('foo');
// '"foo"'
tokenize({ key: 'value' });
// $1
tokenize(function(){});
// $2

Package Sidebar

Install

npm i simple-token

Weekly Downloads

581

Version

0.1.0

License

MIT

Last publish

Collaborators

  • esco