UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

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