string-form-utils
v0.1.0
Published
This is a string tool for full or half text
Downloads
9
Maintainers
Readme
string-form-utils
Bower Install
bower install string-form-utils
Npm Install
npm install string-form-utils
Usage
var stringFormUtils = require('stringFormUtils');
//output `a`
console.log(stringFormUtils.transformToFullwidth("a"));
//output `a`
console.log(stringFormUtils.transformToHalfwidth("a"));
Build
gulp
Test
gulp test