export { array } from "./array"; export { boolean } from "./boolean"; export { function } from "./function"; export { _function as function }; export { number } from "./number"; export { object } from "./object"; export { regexp } from "./regexp"; export { string } from "./string";