Variable TO_MILLISECONDSConst

TO_MILLISECONDS: typeof TO_MILLISECONDS = ...

Symbol key for TimeSpan conversion method. Used to implement the ITimeSpan contract on duration/time objects.

This symbol prevents naming conflicts by using a unique symbol as the property key. Objects implementing ITimeSpan use this symbol to provide millisecond conversion.

IMPORT_PATH: "@daiso-tech/core/time-span/contracts"