UNPKG

use-fetch-url

Version:

A custom hooks in TypeScript for fetching data from a URL and managing its state, including status and error information.

36 lines (35 loc) 668 B
{ "name": "use-fetch-url", "version": "0.1.42", "description": "", "main": "./dist/index.js", "scripts": { "pub": "npx webpack && npm version patch && npm publish" }, "keywords": [ "TypeScript", "Enum", "Fetch API", "Data Fetching", "Error Handling", "Type Aliases" ], "author": "", "license": "ISC", "devDependencies": { "@types/react": "^18.0.27", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-loader": "^9.4.2", "typescript": "^4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "files": [ "dist" ] }