UptimerI em.hal/UptimerI.em1 2 3 4 5 6 7 8import em from '@$$emscript' export const $U = em.$declare('INTERFACE') import * as TimeTypes from '@em.utils/TimeTypes.em' export interface $I { read(): TimeTypes.RawTime }