| | |
| | | import Warning from './warning.js' |
| | | |
| | | declare namespace LazyResult { |
| | | // eslint-disable-next-line @typescript-eslint/no-use-before-define |
| | | export { LazyResult_ as default } |
| | | } |
| | | |
| | |
| | | * const lazy = postcss([autoprefixer]).process(css) |
| | | * ``` |
| | | */ |
| | | declare class LazyResult_<RootNode = Document | Root> |
| | | implements PromiseLike<Result<RootNode>> |
| | | { |
| | | declare class LazyResult_<RootNode = Document | Root> implements PromiseLike< |
| | | Result<RootNode> |
| | | > { |
| | | /** |
| | | * Processes input CSS through synchronous and asynchronous plugins |
| | | * and calls onRejected for each error thrown in any plugin. |