UNPKG

knip

Version:

Find unused files, dependencies and exports in your TypeScript and JavaScript projects

3 lines (2 loc) 176 B
import type { FunctionsConfig } from './types.js'; export declare const extractFunctionsConfigProperty: (config: FunctionsConfig, property: keyof FunctionsConfig) => string[];