UNPKG
rollup-plugin-realm-uri
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Import deduplicated references to intrinsic values using realm: scheme URIs
rollup-plugin-realm-uri
/
src
/
runtime
/
context-array-iterator-prototype.mjs
3 lines
(2 loc)
•
101 B
JavaScript
View Raw
1
2
3
import
getPrototypeOf
from
'realm:Reflect.getPrototypeOf'
;
export
default
getPrototypeOf
([].
keys
());