DefinitelyTyped/types/is-fullwidth-code-point/index.d.ts
2018-12-24 14:27:02 +01:00

9 lines
358 B
TypeScript

// Type definitions for is-fullwidth-code-point 2.0
// Project: https://github.com/sindresorhus/is-fullwidth-code-point#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = isFullwidthCodePoint;
declare function isFullwidthCodePoint(input: number): boolean;