/*! * timon.js * Copyright(c) 2024 Timon Fiedler * MIT Licensed */ "use strict"; declare module "timonjs"; module.exports = require("./lib/timon");