UNPKG

klog.js

Version:

A JavaScript implementation of the Klog time tracking file format

9 lines (8 loc) 235 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"; export type * from "./types.js";