@types/postcss-fail-on-warn
v0.2.1
Published
TypeScript definitions for postcss-fail-on-warn
Readme
Installation
npm install --save @types/postcss-fail-on-warn
Summary
This package contains type definitions for postcss-fail-on-warn (https://github.com/postcss/postcss-fail-on-warn#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-fail-on-warn.
index.d.ts
import { PluginCreator } from "postcss";
declare const postcssFailOnWarn: PluginCreator<{}>;
export = postcssFailOnWarn;
Additional Details
- Last updated: Tue, 17 Mar 2026 02:57:06 GMT
- Dependencies: postcss
Credits
These definitions were written by .
