Skip to main content
Module

x/python/mod.bun.ts

🐍 Python interpreter bindings for Deno and Bun.
Latest
File
declare module "python:*";declare module "*.py";
import "./src/bun_compat.js";export * from "./mod.ts";