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
/
transform-bind.mjs
5 lines
(3 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
import
bind
from
'realm:Function.prototype.bind?t=i'
;
export
default
(target, receiver) => target ==
null
?
undefined
:
bind
(target, receiver);