in src/construct.ts [464:466]
public static isConstruct(x: any): x is Construct { return x && typeof x === 'object' && x[CONSTRUCT_SYM]; }