index.d.ts 541 B

1234567891011
  1. import type { createMemoryCodePoints } from './memory-code-points';
  2. declare function saslprep({ unassigned_code_points, commonly_mapped_to_nothing, non_ASCII_space_characters, prohibited_characters, bidirectional_r_al, bidirectional_l, }: ReturnType<typeof createMemoryCodePoints>, input: string, opts?: {
  3. allowUnassigned?: boolean;
  4. }): string;
  5. declare namespace saslprep {
  6. export var saslprep: typeof import(".");
  7. var _a: typeof import(".");
  8. export { _a as default };
  9. }
  10. export = saslprep;
  11. //# sourceMappingURL=index.d.ts.map