UNPKG

@tamagui/react-native-web-lite

Version:
11 lines (10 loc) 428 B
import { invariant } from "@tamagui/react-native-web-internals"; function get(name) { return null; } function getEnforcing(name) { const module = get(name); return invariant(module != null, `TurboModuleRegistry.getEnforcing(...): '${name}' could not be found. Verify that a module by this name is registered in the native binary.`), module; } export { get, getEnforcing }; //# sourceMappingURL=TurboModuleRegistry.mjs.map