UNPKG

necessary-utils-core

Version:
11 lines (10 loc) 432 B
import Dictionary from "./data/dictionary"; import { Material } from "./data/material"; import { RegularExpression } from "./data/regular-expression"; import UUID from "./identify/uuid"; import StopWatch from "./timing/stop-watch"; import TimeSpan from "./timing/time-span"; import Timing from "./timing/timing"; export { Timing, TimeSpan, StopWatch }; export { UUID }; export { Dictionary, Material, RegularExpression };