SonarJS linter helper functions
    Preparing search index...

    Type Alias File

    type File = {
        content: Buffer | string;
        path: string;
    }
    Index

    Properties

    Properties

    content: Buffer | string
    path: string