BLUE
PHP 7.4.33
Path:
/usr/share/nodejs/is-fullwidth-code-point
Run
Logout
Edit File
Size: 549 B
Close
/usr/share/nodejs/is-fullwidth-code-point/index.d.ts
Text
Base64
/** 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;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.cjs
374 B
lrw-r--r--
2022-02-23 16:19:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.d.ts
549 B
lrw-r--r--
2022-02-23 16:19:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
1.57 KB
lrw-r--r--
2022-02-23 16:19:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
921 B
lrw-r--r--
2022-02-23 16:19:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).