// Type definitions for string-width 2.0 // Project: https://github.com/sindresorhus/string-width // Definitions by: Rong Shen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare function stringWidth(text: string): number; export = stringWidth;