isValidChronos
Checks if the given value is an instance of Chronos.
isValidChronos()
Note
Internally uses instanceof Chronos to check if the given value is an instance of Chronos.
Signature
static isValidChronos(value: unknown): value is ChronosParameters
value: Value to check
Return Type
boolean - Whether Chronos instance
Example
playground.ts
Last updated: Thu, May 21, 2026 07:12:18AM (UTC)
