UNPKG

@frontity/core

Version:

The core package of the Frontity framework.

8 lines (6 loc) 112 B
declare module "hash-it" { export default function (obj: {}): string; } interface NodeModule { hot: any; }