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('フール'));

/fullwidth-halfwidth-convertor/

    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