UNPKG

rollup-plugin-realm-uri

Version:

Import deduplicated references to intrinsic values using realm: scheme URIs

5 lines (3 loc) 138 B
import getPrototypeOf from 'realm:Reflect.getPrototypeOf'; import Map from 'realm:Map'; export default getPrototypeOf(new Map().keys());