UNPKG

@luke-zhang-04/dateplus

Version:

A simple program to assist with date manipulation

12 lines (10 loc) 263 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 "./lib" export {default} from "./lib"