5 lines
177 B
TypeScript
5 lines
177 B
TypeScript
|
declare const saslprep: (args_0: string, args_1?: {
|
||
|
allowUnassigned?: boolean | undefined;
|
||
|
} | undefined) => string;
|
||
|
export = saslprep;
|
||
|
//# sourceMappingURL=browser.d.ts.map
|