chore: fix cjs build

This commit is contained in:
LuanRT
2023-04-09 02:18:53 -03:00
parent 878488d1b3
commit 3b6ccfa3d8

View File

@@ -1,4 +1,4 @@
import Jinter from 'jintr';
import { Jinter } from 'jintr';
import { VMPrimative } from '../../types/PlatformShim.js';
export default function evaluate(code: string, env: Record<string, VMPrimative>) {