1079eb0d54f96a408153c027b54e9524d200e491
[yaffs-website] / node_modules / uncss / node_modules / postcss / d.ts / previous-map.d.ts
1 export default class PreviousMap {
2     private inline;
3     annotation: string;
4     root: string;
5     private consumerCache;
6     text: string;
7     file: string;
8     constructor(css: any, opts: any);
9     consumer(): any;
10     withContent(): boolean;
11     startWith(string: any, start: any): boolean;
12     loadAnnotation(css: any): void;
13     decodeInline(text: any): any;
14     loadMap(file: any, prev: any): any;
15     isMap(map: any): boolean;
16 }