DefinitelyTyped/types/react-native-privacy-snapshot/index.d.ts
Matt Bajorek 020d2e4418 Add type definitions for react-native-privacy-snapshot (#38598)
* Add type definitions for react-native-privacy-snapshot

* Fixed formatting

* Simplified code
2019-09-27 08:53:31 -07:00

7 lines
324 B
TypeScript

// Type definitions for react-native-privacy-snapshot 1.0
// Project: https://github.com/kayla-tech/react-native-privacy-snapshot#readme
// Definitions by: Matthew Bajorek <https://github.com/mattbajorek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function enabled(isEnabled: boolean): void;