isMomentObject
@tsed/core
Usage
typescript
import { isMomentObject } from "@tsed/core";
See /packages/core/src/types/utils/objects/isMomentObject.ts.
Overview
ts
function isMomentObject(obj: any): boolean;