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)

2 lines (1 loc) 46 B
export default function (c: number): boolean;