Skip to main content
Module

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

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

Properties

_internal: { [filePath: string]: CompileResult; }

debugging purpose

Methods

import(filePath: string): Promise<{ [key: string]: any; }>