UNPKG

klog.js

Version:

A JavaScript implementation of the Klog time tracking file format

8 lines (7 loc) 202 B
export * from "./duration.js"; export * from "./entry.js"; export * from "./parser.js"; export * from "./range.js"; export * from "./record.js"; export * from "./summary.js"; export * from "./time.js";