UNPKG

aws-ddk-core

Version:

The AWS DataOps Development Kit is an open source development framework for customers that build data workflows and modern data architecture on AWS.

7 lines 122 B
export function install(opts?: { cacheDir?: string; prefix?: string; }): { uninstall(): void; } | undefined; x