UNPKG

@shons/next-configify

Version:
4 lines (3 loc) 87 B
export interface ConfigurationParser { parse(file: string): Record<string, any>; }