0.13.3 • Published 1 year ago
@types/xmpp__sasl-plain v0.13.3
Installation
npm install --save @types/xmpp__sasl-plain
Summary
This package contains type definitions for @xmpp/sasl-plain (https://github.com/xmppjs/xmpp.js/tree/main/packages/sasl-plain).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmpp__sasl-plain.
index.d.ts
// Type definitions for @xmpp/sasl-plain 0.13
// Project: https://github.com/xmppjs/xmpp.js/tree/main/packages/sasl-plain
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { SASL } from '@xmpp/sasl';
export = saslPlain;
declare function saslPlain(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.