@amplitude/ampli
Version:
Amplitude CLI
15 lines (14 loc) • 450 B
TypeScript
import { RuntimeId } from './types';
export declare type InstallDependenciesResolver = (modules: string[]) => string;
export declare type PullInfo = {
installDependencies?: InstallDependenciesResolver;
documentationUrl: string;
import?: (packageName?: string) => string;
init: string;
track: string;
trackExample: string;
commentCharacter: string;
};
export declare const PULL_INFO: {
[key in RuntimeId]: PullInfo;
};