UNPKG

cspell-config-lib

Version:
7 lines 289 B
export const defaultNextDeserializer = (content) => { throw new Error(`Unable to parse config file: "${content.url}"`); }; export const defaultNextSerializer = (file) => { throw new Error(`Unable to serialize config file: "${file.url}"`); }; //# sourceMappingURL=defaultNext.js.map