Skip to content

Commit 57873cd

Browse files
committed
Added extra utilities
1 parent a999fb5 commit 57873cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esm/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ export default namespace => {
7777
};
7878
const utils = {
7979
proxy,
80+
wrapOf,
8081
release,
8182
typeOf: typeOfFor(typesOf),
83+
isProxy: value => typesOf.has(value),
8284
valueOf: value => (value[direct] ?? value.valueOf()),
8385
};
8486
for (const type of ownKeys(namespace)) {

0 commit comments

Comments
 (0)