UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

3 lines (2 loc) 108 B
import type { Value } from '../types'; export declare function is_instance_of(a: Value, b: Value): boolean;