tridactyl/src/parsers/insertmode.ts
Colin Caine fad94a697e parsers: split into real modules
This is to fix an issue with multiple imports of typescript namespaces.
2017-11-09 05:44:47 +00:00

4 lines
126 B
TypeScript

// Placeholder - should be moved into generic parser
export function parser(keys){
return {keys: [], ex_str: undefined}
}