UNPKG

@tableau/taco-toolkit

Version:
5 lines (4 loc) 304 B
import { FatalError } from '../../taco-commands/utils/logging'; export declare function preProcessHandlers(tacoRootPath: string): string[]; export declare function postProcessHandlers(tacoRootPath: string): void; export declare function validateEntryFileNames(entries: string[]): undefined | FatalError;