fullwidth-halfwidth-convertor
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Fullwidth Halfwidth Convertor v1.0.3

Coverage Status

Installation

Using npm:

$ npm i -g npm
$ npm i --save fullwidth-halfwidth-convertor

In Node.js

Commonjs

const { halfToFull, fullToHalf } = require('fullwidth-halfwidth-convertor');

console.log(fullToHalf('フール'));

console.log(halfToFull('フール'));

Modulejs or Typescript

import { halfToFull, fullToHalf } from 'fullwidth-halfwidth-convertor';

console.log(fullToHalf('フール'));

console.log(halfToFull('フール'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    6
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i fullwidth-halfwidth-convertor

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

7.22 kB

Total Files

7

Last publish

Collaborators

  • dailam103