winchars.d.ts 142 Bytes Edit Raw Blame History Permalink 1 2 3 export declare const encode: (s: string) => string; export declare const decode: (s: string) => string; //# sourceMappingURL=winchars.d.ts.map