UNPKG

cfpathcheck

Version:

Check CFML files for correct paths in cfinclude/cfimport tags

4 lines 295 B
export function comparePrefixArrays(prefixArray1: Array<string>, prefixArray2: Array<string>, message: string, severity: string): Array<object>; export function checkFile(filePath: string): Array<object>; export function check(filePath: string): Array<object>; //# sourceMappingURL=core.d.ts.map