UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

4 lines (3 loc) 290 B
import { StepperVariableDeclarator } from './nodes/Statement/VariableDeclaration'; export declare function getFreshName(targetName: string[], protectedNames: string[]): string[]; export declare function assignMuTerms(declarations: StepperVariableDeclarator[]): StepperVariableDeclarator[];