summaryrefslogtreecommitdiff
path: root/tests/type-consistency/spec/index.ts
blob: b2da68206336994a8df4dcc71d162ccb0df4c99d (plain)
1
2
3
4
5
6
import array from "./array";
import functions from "./function";
import types from "./types";
import tostring from "./tostring";

export default [array, functions, types, tostring];