UNPKG

@comyata/fe

Version:

Execute YAML and JSON files like programs and get clean data to work with as result.

3 lines 174 B
export const isRelative = urlOrPath => { return urlOrPath.startsWith('./') || urlOrPath.startsWith('../') || urlOrPath.startsWith('.\\') || urlOrPath.startsWith('..\\'); };