@types/react-native-uuid-generator
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

Installation

npm install --save @types/react-native-uuid-generator

Summary

This package contains type definitions for react-native-uuid-generator (https://github.com/Traviskn/react-native-uuid-generator#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-uuid-generator.

index.d.ts

declare namespace UUIDGenerator {
    function getRandomUUID(): Promise<string>;
    function getRandomUUID(callback: (uuid: string) => void): void;
}

export default UUIDGenerator;

Additional Details

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

Credits

These definitions were written by burtek.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-native-uuid-generator

Weekly Downloads

1,172

Version

4.0.2

License

MIT

Unpacked Size

3.05 kB

Total Files

5

Last publish

Collaborators

  • types