UNPKG

195 BTypeScriptView Raw
1declare module 'css-slam' {
2
3 import {Transform} from 'stream';
4
5 export function css(text: string): string;
6 export function html(text: string): string;
7 export function gulp(): Transform;
8}
\No newline at end of file