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