mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add type definitions for react-native-privacy-snapshot * Fixed formatting * Simplified code
7 lines
324 B
TypeScript
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;
|