previous-map.d.ts 438 B

12345678910111213141516
  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. }