UNPKG

@typed/content-hash

Version:

Content hash a directory of HTML/JS/CSS files and other static assets

2 lines (1 loc) 116 B
export const ensureRelative = (path: string) => (path.startsWith('.') || path.startsWith('/') ? path : './' + path)