📄 commentParser.d.ts
/home/palash/git/site/node_modules/postcss-discard-comments/types/lib/commentParser.d.ts
Language: ts • Lines: 2
declare function _exports(input: string): [number, number, number][];
export = _exports;