UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

4 lines 241 B
export declare const safeStringFromCodePoint: (codePoint: number) => string; export declare const unicodeToString: (unicode: string) => string; export declare const capitalize: (string: string) => string; //# sourceMappingURL=string.d.ts.map