📄 hasAllProps.d.ts
/home/palash/git/site/node_modules/postcss-merge-longhand/types/lib/hasAllProps.d.ts
Language: ts • Lines: 2
declare const _exports: (rule: import('postcss').Declaration[], ...props: string[]) => boolean;
export = _exports;