Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pbkit/codegen/ts/jit.ts>CompileResult

Protobuf toolkit for modern web development
Latest
interface CompileResult
import { type CompileResult } from "https://deno.land/x/pbkit@v0.0.72/codegen/ts/jit.ts";

Properties

code: string
module: ModuleObject
run: () => Promise<ModuleObject>