UNPKG

@nxmix/is-full-width

Version:

> Check if the character represented by a given [Unicode code point](https://en.wikipedia.org/wiki/Code_point) is [fullwidth](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms)

35 lines (34 loc) 582 B
{ "name": "@nxmix/is-full-width", "version": "0.1.0", "main": "dist/index.js", "typings": "dist/types/index.d.ts", "repository": "https://github.com/NXMIX/is-full-width.git", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "tsc && ava" }, "license": "MIT", "devDependencies": { "ava": "^0.25.0", "typescript": "^2.9.1" }, "keywords": [ "fullwidth", "full-width", "full", "width", "unicode", "character", "string", "codepoint", "code", "point", "is", "detect", "check" ] }