Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

string-form-utils

sparrowjang16MIT0.1.0

This is a string tool for full or half text

string, full width, half width

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