UNPKG

rollup-plugin-realm-uri

Version:

Import deduplicated references to intrinsic values using realm: scheme URIs

5 lines (3 loc) 140 B
import apply from 'realm:Reflect.apply'; export default fn => fn == null ? undefined : (receiver, ...args) => apply(fn, receiver, args);