@types/express-flash
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,7 +0,1 @@ | ||
// Type definitions for express-flash 0.0 | ||
// Project: https://github.com/RGBboy/express-flash | ||
// Definitions by: Ian Mobley <https://github.com/iMobs> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import express = require("express"); | ||
@@ -8,0 +2,0 @@ |
{ | ||
"name": "@types/express-flash", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "TypeScript definitions for express-flash", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-flash", | ||
"name": "Ian Mobley", | ||
"url": "https://github.com/iMobs", | ||
"githubUsername": "iMobs" | ||
"githubUsername": "iMobs", | ||
"url": "https://github.com/iMobs" | ||
}, | ||
{ | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
"githubUsername": "peterblazejewicz", | ||
"url": "https://github.com/peterblazejewicz" | ||
} | ||
@@ -31,4 +31,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "aa92bb0463651adc55a0b76db1a2f9daefac1739a3ad743300b55c3e412d5e3a", | ||
"typesPublisherContentHash": "432034b7954574b9e1406e9c1f2d67bc5dc0030d9fad752025ac49ccf6d7529c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for express-flash 0.0 | ||
// Project: https://github.com/RGBboy/express-flash | ||
// Definitions by: Ian Mobley <https://github.com/iMobs> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import express = require("express"); | ||
@@ -36,7 +30,6 @@ | ||
### Additional Details | ||
* Last updated: Sat, 23 Sep 2023 17:07:22 GMT | ||
* Last updated: Wed, 18 Oct 2023 01:17:34 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Ian Mobley](https://github.com/iMobs), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
3530
11
34