string-form-utils

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i string-form-utils

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sparrowjang