4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
export { PRINT_WARNING, PRINT_ERROR } from "./print";
|
|
export { timer } from "./timer";
|
|
export { toFastProperties } from "./to-fast-properties";
|