interface Waker {
    wake: (() => void);
}

Properties

Properties

wake: (() => void)