UNPKG

ngast

Version:

Parsing tools for Angular. The project is an abstraction over the Angular compiler which provides friendly interface.

3 lines (2 loc) 93 B
import { CssAst } from './css-ast'; export declare const parseCss: (text: string) => CssAst;