@ssv/core
Version:
Core utilities, components and services for browser and node
12 lines (11 loc) • 486 B
TypeScript
import { Dictionary, Selectable } from "./collection";
import * as collection from "./collection";
import * as dateTime from "./date-time";
export { TimeUnits } from "./date-time";
import * as enumUtil from "./enum";
import * as math from "./math";
import * as string from "./string";
import * as object from "./object";
export * from "./keycode";
export { VERSION } from "./version";
export { collection, dateTime, enumUtil, math, string, object, Dictionary, Selectable, };