Installation
npm install --save @types/saslprep
Summary
This package contains type definitions for saslprep (https://github.com/reklatsmasters/saslprep#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/saslprep.
index.d.ts
export = saslPrep;
declare function saslPrep(input: string, options?: saslPrep.Options): string;
declare namespace saslPrep {
interface Options {
allowUnassigned?: boolean | undefined;
}
}
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by BendingBender.