UNPKG

cfpathcheck

Version:

Check CFML files for correct paths in cfinclude/cfimport tags

5 lines 318 B
export function containsObject(targetObject: object, list: Array<object>): boolean; export function checkIsXMLFile(line: string): boolean; export function matchAll(matchString: string, regex: RegExp): RegExpExecArray | any[]; export function normalisePath(filePath: string): string; //# sourceMappingURL=utils.d.ts.map