Skip to content

isMomentObject

@tsed/core

Usage

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

See /packages/core/src/utils/isMomentObject.ts.

Overview

ts
function isMomentObject(obj: any): boolean;

Description

Checks if an object is a Moment.js object by verifying the _isAMomentObject property.

Released under the MIT License.