MCPcopy
hub / github.com/imbrn/v8n / v8n

Function v8n

src/v8n.js:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import optional from './rules/optional';
3
4function v8n() {
5 return typeof Proxy !== 'undefined'
6 ? proxyContext(new Context())
7 : proxylessContext(new Context());
8}
9
10// Custom rules
11let customRules = {};

Callers 5

test-extend.tsFile · 0.85
test-v8n.tsFile · 0.85
test-umd.tsFile · 0.85
v8n.test.jsFile · 0.85
asyncCompositeRuleFunction · 0.85

Calls 2

proxyContextFunction · 0.85
proxylessContextFunction · 0.85

Tested by 1

asyncCompositeRuleFunction · 0.68