UNPKG

@openshift-console/dynamic-plugin-sdk-webpack

Version:

Provides webpack ConsoleRemotePlugin used to build all dynamic plugin assets.

5 lines (4 loc) 156 B
/** * Parse the given file as JSON with comments (JSONC). */ export declare const parseJSONC: <T = any>(filePath: string, removeComments?: boolean) => T;