@villedemontreal/general-utils
Version:
General utilities library
12 lines • 408 B
TypeScript
export * from './apiError';
export * from './apiErrorBuilder';
export * from './collectionUtils';
export * from './config/globalConstants';
export * from './dateUtils';
export * from './logLevel';
export * from './orderBy';
export { IPaginatedResult, isPaginatedResult } from './pagination';
export * from './stringUtils';
export * from './timer';
export * from './utils';
//# sourceMappingURL=index.d.ts.map