UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

6 lines (5 loc) 276 B
export declare function truthy(x: any): boolean; export declare function atomic_or(a: any, b: any): boolean; export declare function atomic_and(a: any, b: any): boolean; export declare function atomic_not(a: any): boolean; export declare function is_boolean(x: any): boolean;