UNPKG
4.5
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Monadic test assertions
github.com/TylorS/4.5
TylorS/4.5
4.5
/
lib
/
helpers
/
index.js
8 lines
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
__export
(
require
(
"./object-inspect"
));
__export
(
require
(
"./isEqual"
));
__export
(
require
(
"./formatError"
));
//# sourceMappingURL=index.js.map