@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface Note

    interface Note {
        text: string;
        location: null | Location;
    }
    Index

    Properties

    Properties

    text: string
    location: null | Location