mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-26 16:18:51 +00:00
chore(eslint): enforce the use of import type
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Jinter } from 'jintr';
|
||||
import { VMPrimative } from '../../types/PlatformShim.js';
|
||||
import type { VMPrimative } from '../../types/PlatformShim.js';
|
||||
|
||||
export default function evaluate(code: string, env: Record<string, VMPrimative>) {
|
||||
const runtime = new Jinter(code);
|
||||
|
||||
Reference in New Issue
Block a user