UNPKG

accumulated-helpers

Version:

Helpers and typeguards and other useful stuff Ed has accumulated for personal use

10 lines (8 loc) 183 B
import * as typeGuards from "./typeGuards"; import * as types from "./types"; import * as utils from "./utils"; export default { ...utils, ...typeGuards, ...types, };