@oazmi/esbuild-plugin-deno - v0.4.0
    Preparing search index...

    Type Alias EsbuildEntryPointType

    EsbuildEntryPointType:
        | string
        | { in: string; out: string }
        | [input: string, output: string]

    these are the various formats of input and output specification accepted by esbuild for a single entity.