UNPKG

postcss-discard-comments

Version:

Discard comments in your CSS files with PostCSS.

15 lines 567 B
export = CommentRemover; /** @param {import('../index.js').Options} options */ declare function CommentRemover(options: import("../index.js").Options): void; declare class CommentRemover { /** @param {import('../index.js').Options} options */ constructor(options: import("../index.js").Options); options: import("../index.js").Options; /** * @param {string} comment * @return {boolean | undefined} */ canRemove(comment: string): boolean | undefined; _hasFirst: boolean | undefined; } //# sourceMappingURL=commentRemover.d.ts.map