package.json 172 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
2
3
4
5
6
7
{
  "name": "@restart/hooks/useInterval",
  "private": true,
  "main": "../cjs/useInterval.js",
  "module": "../esm/useInterval.js",
  "types": "../esm/useInterval.d.ts"
}