UNPKG

code-executor

Version:

A CLI/library to execute code against test cases in various languages and obtain relevant results.

3 lines (2 loc) 183 B
import { TestCase } from '../models'; export default function saveCode(folderPath: string, code: string, testCases: TestCase[], base64: boolean, language: string): Promise<string[]>;