@hexafuchs/what.js
    Preparing search index...

    Function assertIsDateOrNull

    • Asserts the object is a date or null.

      Keep in mind that Date.now() returns a number, not a date object.

      Parameters

      • object: unknown

      Returns asserts object is null | Date