fullstackopen-notes/parts/3/followAlong/node_modules/@mongodb-js/saslprep/dist/browser.d.ts
2025-06-01 23:23:55 +02:00

5 lines
No EOL
162 B
TypeScript

declare const saslprep: (input: string, opts?: {
allowUnassigned?: boolean;
} | undefined) => string;
export = saslprep;
//# sourceMappingURL=browser.d.ts.map