diff options
Diffstat (limited to 'tests/type-consistency/spec/index.ts')
| -rw-r--r-- | tests/type-consistency/spec/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/type-consistency/spec/index.ts b/tests/type-consistency/spec/index.ts new file mode 100644 index 0000000..9ef825f --- /dev/null +++ b/tests/type-consistency/spec/index.ts @@ -0,0 +1,4 @@ +import array from "./array"; +import functions from "./function"; + +export default [array, functions]; |
