Skip to content

isObjectID

@tsed/core

Usage

typescript
import { isObjectID } from "@tsed/core";

See /packages/core/src/types/utils/objects/isMongooseObject.ts.

Overview

ts
function isObjectID(obj: any): any;

Released under the MIT License.