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
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import PrivacySnapshot = require('react-native-privacy-snapshot');
|
|
|
|
PrivacySnapshot.enabled(true);
|
|
PrivacySnapshot.enabled(false);
|