📄 has-fallback-decl.d.ts
/home/palash/git/site/node_modules/postcss-lab-function/dist/has-fallback-decl.d.ts
Language: ts • Lines: 2
import type { Declaration } from 'postcss';
export declare function hasFallback(node: Declaration): boolean;