API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeMilliseconds

@codexo/exojs / core / stable

A length of time in milliseconds. The unit the platform speaks - `performance.now()`, frame timestamps, Web Audio scheduling. Convert at the boundary with Time.toSeconds rather than carrying milliseconds inward.

0
props
0
methods
0
events
Import
import { Milliseconds } from '@codexo/exojs'

A length of time in milliseconds.

The unit the platform speaks - `performance.now()`, frame timestamps, Web Audio scheduling. Convert at the boundary with Time.toSeconds rather than carrying milliseconds inward.

Definition1
number & { [millisecondsBrand]: true }
Source