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

1.0.2 • Public • Published

Installation

npm install --save @types/pushid

Summary

This package contains type definitions for pushid (https://github.com/appsattic/pushid).

Details

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

index.d.ts

/*~ Note that ES6 modules cannot directly export callable functions.
 *~ This file should be imported using the CommonJS-style:
 *~   import x = require('someLibrary');
 *~
 *~ Refer to the documentation to understand common
 *~ workarounds for this limitation of ES6 modules.
 */

/*~ This declaration specifies that the function
 *~ is the exported object from the file
 */
export = pushid;

declare function pushid(): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Bob Matcuk.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/pushid

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • types