@types/postcss-normalize
Advanced tools
Comparing version
@@ -13,3 +13,3 @@ // Type definitions for postcss-normalize 9.0 | ||
*/ | ||
allowDuplicates?: boolean; | ||
allowDuplicates?: boolean | undefined; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
forceImport?: boolean | string; | ||
forceImport?: boolean | string | undefined; | ||
@@ -25,3 +25,3 @@ /** | ||
*/ | ||
browsers?: string; | ||
browsers?: string | undefined; | ||
} | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "@types/postcss-normalize", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "TypeScript definitions for postcss-normalize", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "d82f837a295284146c8bc9c074012e2b2e1e4ea18d0a233aec0753003a47aa83", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "d2b4f86ec616300f4c81ced0570fa0c760b53587c3c927ed5b60209ad93d3ad8", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -9,5 +9,40 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize/index.d.ts) | ||
````ts | ||
// Type definitions for postcss-normalize 9.0 | ||
// Project: https://github.com/csstools/postcss-normalize#readme | ||
// Definitions by: Piotr Kuczynski <https://github.com/pkuczynski> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { Plugin } from 'postcss'; | ||
declare namespace Normalize { | ||
interface Options { | ||
/** | ||
* @default false | ||
*/ | ||
allowDuplicates?: boolean | undefined; | ||
/** | ||
* @default null | ||
*/ | ||
forceImport?: boolean | string | undefined; | ||
/** | ||
* @default null | ||
*/ | ||
browsers?: string | undefined; | ||
} | ||
type NormalizePlugin = Plugin<Options>; | ||
} | ||
declare const normalize: Normalize.NormalizePlugin; | ||
export = normalize; | ||
```` | ||
### Additional Details | ||
* Last updated: Mon, 12 Oct 2020 19:25:46 GMT | ||
* Last updated: Wed, 07 Jul 2021 17:02:34 GMT | ||
* Dependencies: [@types/postcss](https://npmjs.com/package/@types/postcss) | ||
@@ -14,0 +49,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4236
31.88%0
-100%52
205.88%