UNPKG

@tableau/taco-toolkit

Version:
4 lines (3 loc) 198 B
import { AppLogOption } from '../types/app-log-option'; export declare function getRequiredEnvVariable(name: string): string; export declare function parseAppLogOption(value: string): AppLogOption;