@oazmi/superbuild - v0.1.0
    Preparing search index...

    Type Alias GuessExtensionLoader

    GuessExtensionLoader: (
        file_path: string | URL,
        with_attr?: OnLoadArgs["with"],
    ) => EsbuildLoaderTypeOrEmpty

    the return type of guessExtensionLoader_Factory, which guesses a file's loader based on its file-path and the import's with attributes, behaving similar to how esbuild behaves natively.

    Type Declaration