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