UNPKG

cdk8s-cli

Version:

This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s).

6 lines (5 loc) 145 B
/// <reference types="node" /> import { writeFileSync } from 'fs-extra'; export declare const _fs: { writeFileSync: typeof writeFileSync; };