@oazmi/build-tools
Version:
general deno build tool scripts which I practically use in all of my typescript repos
9 lines • 375 B
TypeScript
/** various tools for transforming, building, and document generation. */
import "./_dnt.polyfills.js";
export * from "./dist.js";
export * from "./docs.js";
export * from "./funcdefs.js";
export { logBasic, logVerbose, setLog, type LogConfig, type LogLevel } from "./logger.js";
export * from "./npm.js";
export type * from "./typedefs.js";
//# sourceMappingURL=mod.d.ts.map