fresh/000755 001751 000166 0000000000 15020720275013636 5ustar00runner000000 000000 1502072027515020720275fresh/LICENSE000644 001751 000166 0000002165 15020720275014647 0ustar00runner000000 000000 1502072027515020720275 MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE fresh/README.md000644 001751 000166 0000001553 15020720275015120 0ustar00runner000000 000000 1502072045415020720275# Installation > `npm install --save @types/fresh` # Summary This package contains type definitions for fresh (https://github.com/jshttp/fresh#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fresh. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fresh/index.d.ts) ````ts export = fresh; declare function fresh(reqHeaders: fresh.Headers, resHeaders: fresh.Headers): boolean; declare namespace fresh { interface Headers { [header: string]: string | string[] | number | undefined; } } ```` ### Additional Details * Last updated: Sat, 07 Jun 2025 02:15:25 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender), and [Sebastian Beltran](https://github.com/bjohansebas). fresh/index.d.ts000644 001751 000166 0000000345 15020720275015541 0ustar00runner000000 000000 1502072027515020720275export = fresh; declare function fresh(reqHeaders: fresh.Headers, resHeaders: fresh.Headers): boolean; declare namespace fresh { interface Headers { [header: string]: string | string[] | number | undefined; } } fresh/package.json000644 001751 000166 0000001720 15020720275016123 0ustar00runner000000 000000 1502072045415020720275{ "name": "@types/fresh", "version": "0.5.3", "description": "TypeScript definitions for fresh", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fresh", "license": "MIT", "contributors": [ { "name": "BendingBender", "githubUsername": "BendingBender", "url": "https://github.com/BendingBender" }, { "name": "Sebastian Beltran", "githubUsername": "bjohansebas", "url": "https://github.com/bjohansebas" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/fresh" }, "scripts": {}, "dependencies": {}, "peerDependencies": {}, "typesPublisherContentHash": "3683740b53fe26b8c4e8a8fd749e79343232c3aad3da99bf6f1d166e19a1f16e", "typeScriptVersion": "5.1" }