UNPKG

@typed/content-hash

Version:

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

5 lines (3 loc) 102 B
import { bar } from './bar' export const foo = () => 'foo' export const foobar = () => foo() + bar()