PHP 8.2.30
Preview: index.d.ts Size: 549 B
/home/byroehnu/.trash/node_modules11/is-fullwidth-code-point/index.d.ts

/**
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;

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
549 B lrw-r--r-- 2026-02-27 09:44:56
Edit Download
1.71 KB lrw-r--r-- 2026-02-27 09:44:56
Edit Download
1.08 KB lrw-r--r-- 2026-02-27 09:44:56
Edit Download
737 B lrw-r--r-- 2026-02-27 09:44:56
Edit Download
843 B lrw-r--r-- 2026-02-27 09:44:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).