UNPKG

@cdktf/commons

Version:
14 lines (11 loc) 325 B
// Copyright (c) HashiCorp, Inc // Licensed under the Mozilla Public License 2.0 declare module '@skorfmann/ink-confirm-input'; declare module '@npmcli/ci-detect'; declare module 'child_process' { interface SpawnOptions { signal?: AbortSignal; } } declare module 'tunnel-agent'; declare module "archiver";