1.2.3 • Published 6 months ago

@types/react-native-sha1 v1.2.3

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

Installation

npm install --save @types/react-native-sha1

Summary

This package contains type definitions for react-native-sha1 (https://github.com/itinance/react-native-sha1).

Details

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

index.d.ts

// Type definitions for react-native-sha1 1.2
// Project: https://github.com/itinance/react-native-sha1
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function sha1(data: string): Promise<string>;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:40 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.