import { currentTimestamp as cts } from "../util.js" export const Values = { currentTimestamp() { return cts(); } }