UNPKG

@amplitude/ampli

Version:

Amplitude CLI

15 lines (14 loc) 527 B
import { RuntimeId } from '../types'; import { Sdk } from '../graphql/generated'; export declare const ITLY_DIRS: { [key in RuntimeId]: string; }; declare class Generator { private codegenDir; setPath(runtimeId: RuntimeId, userPath: string | undefined, projectDir: string): string; prepDir(): Promise<void>; saveCode(sdk: Sdk): Promise<void>; } export declare function getPackageName(runtimeId: RuntimeId, codegenDir: string): string | undefined; declare const _default: Generator; export default _default;