1.0.2 • Published 6 months ago

@types/pushid v1.0.2

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

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

// Type definitions for pushid 1.0
// Project: https://github.com/appsattic/pushid
// Definitions by: Bob Matcuk <https://github.com/bmatcuk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/*~ 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: Thu, 14 Oct 2021 20:01:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Bob Matcuk.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

3 years ago