required-react-context
Version:
A simple React Context wrapper that throws an error if it is used without being provided
13 lines (12 loc) • 340 B
JSON
{
"name": "required-react-context-canary",
"version": "1.0.0",
"description": "A simple React Context wrapper that throws an error if it is used without being provided",
"type": "module",
"main": "../dist/canary.cjs",
"module": "../dist/canary.js",
"types": "../dist/canary.d.ts",
"files": [
"../dist"
]
}