UNPKG

@luke-zhang-04/dateplus

Version:

A simple program to assist with date manipulation

13 lines (12 loc) 352 B
/** * DatePlus A simple program to assist with date manipulation * * @license MIT * @version 4.0.0-beta2 * @author Luke Zhang luke-zhang-04.github.io * @copyright Copyright (C) 2020 - 2021 Luke Zhang */ export * from "./conversions"; export * from "./utils"; export * from "./values"; export { DatePlus, DatePlus as default } from "./dateplus";