We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BoundArgsProvider
1 parent b7efd7f commit 5cd98f9Copy full SHA for 5cd98f9
args_binder.ts
@@ -9,7 +9,7 @@ import { type Curator, defineCurator } from "./curator.ts";
9
* A type that represents a list of strings or a function which gets a denops
10
* instance and returns a list of strings.
11
*/
12
-type BoundArgsProvider =
+export type BoundArgsProvider =
13
| string[]
14
| ((denops: Denops) => string[] | Promise<string[]>);
15
0 commit comments