string-form-utils
v0.1.0
Published
This is a string tool for full or half text
Downloads
37
Maintainers
Readme
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