UNPKG

react-native-flip

Version:
8 lines (6 loc) 227 B
export default function (moduleName, dirname, absoluteRuntime) { if (absoluteRuntime === false) return moduleName; throw new Error( "The 'absoluteRuntime' option is not supported when using @babel/standalone.", ); }