All files / context / dom.ts

100.00% Branches 0/0
0.00% Lines 0/1
1
2
 
 
export type DOM = { /* TODO */ };
export const domContext = () => () => { throw new Error('TODO') };