mirror of
https://github.com/vale981/tridactyl
synced 2025-03-13 05:56:42 -04:00
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
![]() |
// Placeholder - should be moved into generic parser
|
||
|
export function parser(keys){
|
||
|
return {keys: [], ex_str: undefined}
|
||
|
}
|