UNPKG

js-time-converter

Version:

Biblioteca para convertir y manipular formatos de tiempo fácilmente, compatible tanto con entornos de navegador como de Node.js.

11 lines (8 loc) 328 B
export * from "./ms-converter/ms"; export * from "./second-converter/second"; export * from "./minute-converter/minute"; export * from "./hour-converter/hour"; export * from "./day-converter/day"; export * from "./week-converter/week"; export * from "./month-converter/month"; export * from "./year-converter/year";