Sha256: 9a3e6bdffd8335b7d29c1d578ef7411703c57d07aff959bda92b27110f868532

Contents?: true

Size: 549 Bytes

Versions: 112

Compression:

Stored size: 549 Bytes

Contents

/**
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).

@param codePoint - The [code point](https://en.wikipedia.org/wiki/Code_point) of a character.

@example
```
import isFullwidthCodePoint from 'is-fullwidth-code-point';

isFullwidthCodePoint('谢'.codePointAt(0));
//=> true

isFullwidthCodePoint('a'.codePointAt(0));
//=> false
```
*/
export default function isFullwidthCodePoint(codePoint: number): boolean;

Version data entries

112 entries across 110 versions & 7 rubygems

Version Path
immosquare-cleaner-0.1.24 node_modules/is-fullwidth-code-point/index.d.ts
immosquare-cleaner-0.1.23 node_modules/is-fullwidth-code-point/index.d.ts
reed_sdk-1.0.1 node_modules/is-fullwidth-code-point/index.d.ts
reed_sdk-1.0.0 node_modules/is-fullwidth-code-point/index.d.ts
epuber-stylus-source-0.56.0 vendor/node_modules/is-fullwidth-code-point/index.d.ts
trusty-cms-5.0.7 node_modules/string-width/node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.72.2 ./node_modules/is-fullwidth-code-point/index.d.ts
trusty-cms-5.0.6 node_modules/string-width/node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.72.1 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.72.0 ./node_modules/is-fullwidth-code-point/index.d.ts
trusty-cms-5.0.5 node_modules/string-width/node_modules/is-fullwidth-code-point/index.d.ts
trusty-cms-5.0.4 node_modules/string-width/node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.71.0 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.70.2 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.70.1 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.70.0 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.69.0 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.68.2 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.68.1 ./node_modules/is-fullwidth-code-point/index.d.ts
appmap-0.68.0 ./node_modules/is-fullwidth-code-point/index.d.ts