docs: update key bindings usage

This commit is contained in:
Peter Fajdiga
2024-09-06 00:31:36 +02:00
parent e974f0ebbd
commit b6a5080d5d

View File

@@ -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);