interface Context {
    addImport: (module: string, ...identifier: readonly string[]) => void;
    indent: string;
}

Properties

Properties

addImport: (module: string, ...identifier: readonly string[]) => void
indent: string