UNPKG

@jahands/dagger-helpers

Version:

dagger.io helpers for my own projects - not meant for public use

9 lines 290 B
/** various constants for dagger modules in my repos */ export declare const constants: { /** constants for workers-monorepo */ readonly workersMonorepo: { /** default source ignore list */ readonly ignore: string[]; }; }; //# sourceMappingURL=constants.d.ts.map