Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pbkit/core/loader/index.ts>Loader

Protobuf toolkit for modern web development
Go to Latest
interface Loader
import { type Loader } from "https://deno.land/x/pbkit@v0.0.54/core/loader/index.ts";

Methods

load(path: string): Promise<LoadResult | null>