0.13.2 • Published 6 months ago

@types/xmpp__id v0.13.2

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

Installation

npm install --save @types/xmpp__id

Summary

This package contains type definitions for @xmpp/id (https://github.com/xmppjs/xmpp.js/tree/main/packages/id).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmpp__id.

index.d.ts

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

export = id;

/**
 * XMPP id generator for JavaScript.
 *
 * @example
 * import id = require("@xmpp/id");
 *
 * console.log(id()); // ymg806tinn
 */
declare function id(): string;

Additional Details

  • Last updated: Tue, 30 Nov 2021 17:31:48 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by BendingBender.