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 (6 loc) 312 B
import type * as _ts from 'typescript'; export declare function getUseDefineForClassFields(compilerOptions: _ts.CompilerOptions): boolean; export declare function getEmitScriptTarget(compilerOptions: { module?: _ts.CompilerOptions['module']; target?: _ts.CompilerOptions['target']; }): _ts.ScriptTarget;