UNPKG

@postcss-plugins/text-transform

Version:
7 lines (6 loc) 126 B
import * as postcss from 'postcss'; declare const plugin: { (): postcss.Plugin; postcss: boolean; }; export = plugin;