Urara-Blog/node_modules/.pnpm-store/v3/files/03/6e6fba8724b4e29ad0215213ea55267ac749df6b5509d423f7e5b5649a1a1eab61428d38fd30e2040ba096f20379beb6a09d21405cfe817f7d5f4a150f83c4
2022-08-14 01:14:53 +08:00

14 lines
523 B
Text

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;
}