📄 index.d.ts
/home/palash/git/site/node_modules/postcss-attribute-case-insensitive/dist/index.d.ts
Language: ts • Lines: 3
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<never>;
export default creator;