UptimerI

em.hal/UptimerI.em
1
2
3
4
5
6
7
8
import em from '@$$emscript'
export const $U = em.$declare('INTERFACE')

import * as TimeTypes from '@em.utils/TimeTypes.em'

export interface $I {
    read(): TimeTypes.RawTime
}