UNPKG

ifont

Version:

An isomorphic icon font generator with support for ligatures.

9 lines (8 loc) 211 B
export default Str; declare function Str(str: any): Str; declare class Str { constructor(str: any); str: any; toUTF8Bytes: (() => any[]) | undefined; toUCS2Bytes: (() => number[]) | undefined; }