clean-jsdoc-theme API

Timestamped

Source: contracts.js:57

Adds created/updated timestamps to whatever it is mixed into.

Example

CODE
Object.assign(MyClass.prototype, Timestamped);

Static Methods

touch() -> void

Stamp the host object as updated now.

This: {Object}

Returns

  • void

Static Fields

createdAt

When the host object was created.

Type

number