UNPKG

react-py

Version:

Effortlessly run Python code in your React apps

8 lines (7 loc) 204 B
import { loadPyodide as loadPyodideType, PyodideInterface } from 'pyodide'; declare global { interface Window { loadPyodide: typeof loadPyodideType; pyodide: PyodideInterface; } }