UNPKG

antler

Version:
7 lines (6 loc) 155 B
import { Config } from './types'; declare function getConfig(fullPath: string): { configPath: string; config: Config; }; export default getConfig;