Skip to content

Commit 5cd98f9

Browse files
committed
fix: Export the BoundArgsProvider type
1 parent b7efd7f commit 5cd98f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

args_binder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { type Curator, defineCurator } from "./curator.ts";
99
* A type that represents a list of strings or a function which gets a denops
1010
* instance and returns a list of strings.
1111
*/
12-
type BoundArgsProvider =
12+
export type BoundArgsProvider =
1313
| string[]
1414
| ((denops: Denops) => string[] | Promise<string[]>);
1515

0 commit comments

Comments
 (0)