Files
nexe/tasks/docker.d.ts
calebboyd d361ed0c34 refactor: update all deps, ship esm (and cjs)
BREAKING: drop support for node < 14

BREAKING: removed snapshot, ico, and rc options

BREAKING: use python3 as default python binary
2022-12-23 12:17:51 -06:00

3 lines
135 B
TypeScript

export declare function buildArm(target: string): Promise<string>
export declare function buildAlpine(target: string): Promise<string>