UNPKG

calcium-lang

Version:
11 lines (10 loc) 305 B
import FuncBody from "./funcBody"; /** * built-in `isinstance()` function * @param args accept two arguments. The first is an instance object and * the second is expected to be a class object. * @param env * @returns a boolean value */ declare const isinstance: FuncBody; export default isinstance;