docs: update key bindings usage
This commit is contained in:
@@ -48,3 +48,7 @@ function printCols(...columns: (string[] | string)[]) {
|
||||
console.log(line);
|
||||
}
|
||||
}
|
||||
|
||||
const empty: any = {};
|
||||
const keyBindings = getKeyBindings(empty, empty);
|
||||
const numKeyBindings = getNumKeyBindings(empty, empty);
|
||||
|
||||
Reference in New Issue
Block a user