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];