UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

3 lines (2 loc) 151 B
import type { VMPrimative } from '../../types/PlatformShim.js'; export default function evaluate(code: string, env: Record<string, VMPrimative>): any;