@types/saslprep
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/saslprep

      Weekly Downloads

      35,448

      Version

      1.0.3

      License

      MIT

      Unpacked Size

      2.97 kB

      Total Files

      5

      Last publish

      Collaborators

      • types