UNPKG

657 BJavaScriptView Raw
1import tdFunction from './function'
2import object from './object'
3import constructor from './constructor'
4import imitate from './imitate'
5import when from './when'
6import verify from './verify'
7import matchers from './matchers'
8import replace from './replace'
9import explain from './explain'
10import reset from './reset'
11import config from './config'
12import callback from './callback'
13import version from './version'
14import * as quibble from 'quibble'
15
16module.exports = {
17 function: tdFunction,
18 func: tdFunction,
19 object,
20 constructor,
21 imitate,
22 when,
23 verify,
24 matchers,
25 replace,
26 explain,
27 reset,
28 config,
29 callback,
30 version,
31 quibble
32}
33
\No newline at end of file