@types/indefinite
Advanced tools
@@ -1,11 +0,15 @@ | ||
| // Type definitions for indefinite 2.2 | ||
| // Type definitions for indefinite 2.3 | ||
| // Project: https://github.com/tandrewnichols/indefinite | ||
| // Definitions by: omaishar <https://github.com/omaishr> | ||
| // Definitions by: omaishar <https://github.com/omaishar> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| export interface Options { | ||
| interface Options { | ||
| articleOnly?: boolean; | ||
| capitalize?: boolean; | ||
| caseInsensitive?: boolean; | ||
| numbers?: "colloquial"; | ||
| numbers?: 'colloquial'; | ||
| } | ||
| export function indefinite(word: string | number, opts?: Options): string; | ||
| declare function indefinite(word: string | number, opts?: Options): string; | ||
| export = indefinite; |
| { | ||
| "name": "@types/indefinite", | ||
| "version": "2.2.0", | ||
| "version": "2.3.0", | ||
| "description": "TypeScript definitions for indefinite", | ||
@@ -9,16 +9,17 @@ "license": "MIT", | ||
| "name": "omaishar", | ||
| "url": "https://github.com/omaishr", | ||
| "githubUsername": "omaishr" | ||
| "url": "https://github.com/omaishar", | ||
| "githubUsername": "omaishar" | ||
| } | ||
| ], | ||
| "main": "", | ||
| "types": "index", | ||
| "types": "index.d.ts", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
| "directory": "types/indefinite" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "7c5578a8e6bc5579cbdec0ef3660155c0070c0f01c0d9ed45145faabf79b729f", | ||
| "typeScriptVersion": "2.0" | ||
| "typesPublisherContentHash": "0a63fa2c80b12a392a88ab0fd5a3c9c053a61243ccc74e5cbae537851b07d22b", | ||
| "typeScriptVersion": "2.8" | ||
| } |
@@ -5,9 +5,9 @@ # Installation | ||
| # Summary | ||
| This package contains type definitions for indefinite ( https://github.com/tandrewnichols/indefinite ). | ||
| This package contains type definitions for indefinite (https://github.com/tandrewnichols/indefinite). | ||
| # Details | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/indefinite | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/indefinite. | ||
| Additional Details | ||
| * Last updated: Thu, 21 Feb 2019 18:28:56 GMT | ||
| ### Additional Details | ||
| * Last updated: Fri, 15 Nov 2019 23:21:12 GMT | ||
| * Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
| # Credits | ||
| These definitions were written by omaishar <https://github.com/omaishr>. | ||
| These definitions were written by omaishar (https://github.com/omaishar). |
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
2836
3.54%12
20%0
-100%