tridactyl/src/state.ts
Colin Caine 8897d8929b excmds: Macro-ify excmds_background and content
excmds_background/content are now generated by python. New dependency,
python3!
2017-10-19 04:40:36 +01:00

5 lines
85 B
TypeScript

const state: { mode: ModeType } = {
mode: "NORMAL",
}
export {state as default}