@tbela99/css-parser
    Preparing search index...

    Interface SourceMapObjectInternal

    source map object

    interface SourceMapObject {
        file?: string;
        mappings: string;
        names?: string[];
        sourceRoot?: string;
        sources?: string[];
        sourcesContent?: (null | string)[];
        version: number;
    }
    Index

    Properties

    file?: string
    mappings: string
    names?: string[]
    sourceRoot?: string
    sources?: string[]
    sourcesContent?: (null | string)[]
    version: number