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