UNPKG

tstyche

Version:

Everything You Need for Type Testing.

13 lines (11 loc) 272 B
function noop() { } const noopChain = new Proxy(noop, { apply() { return noopChain; }, get() { return noopChain; }, }); export { noopChain as describe, noopChain as expect, noopChain as it, noop as omit, noop as pick, noopChain as test };