UNPKG

lib-tools

Version:

The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.

6 lines (5 loc) 226 B
import { WorkflowConfig } from '../models'; export declare function readWorkflowConfig(configPath: string): Promise<WorkflowConfig>; export declare function getWorkflowConfigSchema(): Promise<{ [key: string]: unknown; }>;