@types/wcwidth
Version:
TypeScript definitions for wcwidth
23 lines (16 loc) • 656 B
Markdown
# Installation
> `npm install --save @types/wcwidth`
# Summary
This package contains type definitions for wcwidth (https://github.com/timoxley/wcwidth).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wcwidth.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wcwidth/index.d.ts)
````ts
declare function wcwidth(input: string): number;
export = wcwidth;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: none
# Credits
These definitions were written by [Junyoung Choi](https://github.com/rokt33r).