0.1.0 • Published 10 years ago
string-form-utils v0.1.0
string-form-utils
Bower Install
bower install string-form-utilsNpm Install
npm install string-form-utilsUsage
var stringFormUtils = require('stringFormUtils');
//output `a`
console.log(stringFormUtils.transformToFullwidth("a"));
//output `a`
console.log(stringFormUtils.transformToHalfwidth("a"));Build
gulpTest
gulp test