ts-common/src/index.ts
2021-09-16 18:18:04 +07:00

17 lines
422 B
TypeScript

// import { formatDate, formatDateOnly, formatDateFromTimestamp } from "./date"
// import { debug, info,error, warn } from './log'
// import { parse2Int, parse2IntOrNull, parseToBoolean } from "./number/parser"
// export {
// formatDate,
// formatDateOnly,
// formatDateFromTimestamp,
// debug,
// info,
// error,
// warn,
// parse2Int,
// parse2IntOrNull,
// parseToBoolean,
// }