@types/human-interval
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,1 @@ | ||
// Type definitions for human-interval 1.0 | ||
// Project: https://github.com/agenda/human-interval#readme | ||
// Definitions by: Paul Melnikow <https://github.com/paulmelnikow> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function humanInterval(time?: string): number | undefined; | ||
@@ -7,0 +2,0 @@ |
{ | ||
"name": "@types/human-interval", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for human-interval", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval", | ||
"license": "MIT", | ||
@@ -9,8 +10,8 @@ "contributors": [ | ||
"name": "Paul Melnikow", | ||
"url": "https://github.com/paulmelnikow", | ||
"githubUsername": "paulmelnikow" | ||
"githubUsername": "paulmelnikow", | ||
"url": "https://github.com/paulmelnikow" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +24,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "df32461898c4e8c2238b010fd07e9f90a7d251d00b197206909ab225ff8f25f4", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "e36f8b98a57d98029d04b96c0986b9cd18826809435dc83130004aaade9beeeb", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,24 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval/index.d.ts) | ||
````ts | ||
declare function humanInterval(time?: string): number | undefined; | ||
Additional Details | ||
* Last updated: Fri, 28 Jun 2019 00:12:08 GMT | ||
declare namespace humanInterval { | ||
interface LanguageMap { | ||
[s: string]: number; | ||
} | ||
let languageMap: LanguageMap; | ||
} | ||
export = humanInterval; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Paul Melnikow <https://github.com/paulmelnikow>. | ||
These definitions were written by [Paul Melnikow](https://github.com/paulmelnikow). |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3051
0
31
8
1