UNPKG

react-native-visual-positioning-system

Version:
15 lines (14 loc) 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const mock = { printMsg: message => { console.warn(`[react-native-visual-positioning-system] printMsg("${message}") is a no-op in the Node.js environment.`); }, // TurboModule methods getConstants: () => ({}) }; var _default = exports.default = mock; //# sourceMappingURL=index.node.js.map