📄 canExplode.d.ts
/home/palash/git/site/node_modules/postcss-merge-longhand/types/lib/canExplode.d.ts
Language: ts • Lines: 2
declare const _exports: (prop: import('postcss').Declaration, includeCustomProps?: boolean) => boolean;
export = _exports;