function isContext Usageimport { isContext } from "node:vm"; isContext(sandbox: Context): boolean Returns true if the given object object has been contextified using createContext. Returns true if the given object object has been contextified using createContext. Parameters sandbox: Context Return Type boolean