sussy-util
Version:
Util package made by me
11 lines (10 loc) • 508 B
TypeScript
import { LengthType, TemperatureType, SpeedType } from './UnitType';
import MutableObject from './MutableObject';
import AnyFunction from './AnyFunction';
import Constructor from './Constructor';
import JSONObject from './JSONObject';
import PromiseOr from './PromiseOr';
import MapEntry from './MapEntry';
import Builder from './Builder';
import JSON from './JSON';
export { Builder, Constructor, JSONObject, MutableObject, MapEntry, PromiseOr, JSON, LengthType, TemperatureType, SpeedType, AnyFunction, };