0.13.3 • Published 6 months ago

@types/xmpp__sasl-scram-sha-1 v0.13.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/xmpp__sasl-scram-sha-1

Summary

This package contains type definitions for @xmpp/sasl-scram-sha-1 (https://github.com/xmppjs/xmpp.js/tree/main/packages/sasl-scram-sha-1).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmpp__sasl-scram-sha-1.

index.d.ts

// Type definitions for @xmpp/sasl-scram-sha-1 0.13
// Project: https://github.com/xmppjs/xmpp.js/tree/main/packages/sasl-scram-sha-1
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { SASL } from '@xmpp/sasl';

export = saslScramSha1;

declare function saslScramSha1(sasl: SASL): void;

Additional Details

  • Last updated: Tue, 30 Nov 2021 17:31:51 GMT
  • Dependencies: @types/xmpp__sasl
  • Global values: none

Credits

These definitions were written by BendingBender.