UNPKG

cdk8s

Version:

This is the core library of Cloud Development Kit (CDK) for Kubernetes (cdk8s). cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster.

6 lines (5 loc) 191 B
// `export * as default from ...` fails on Webpack v4 // https://github.com/eemeli/yaml/issues/228 import * as YAML from './dist/index.js' export default YAML export * from './dist/index.js'