Skip to content

Commit 8144392

Browse files
committed
docs: Add module description
1 parent c26503e commit 8144392

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mod.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/**
2+
* Core types for [Fall](https://github.com/vim-fall/fall), a Vim/Neovim fuzzy
3+
* finder plugin powered by [Denops](https://github.com/vim-denops/denops.vim).
4+
*
5+
* > [!WARNING]
6+
* >
7+
* > This module is intended for internal use only and is not meant for external
8+
* > use.
9+
*
10+
* @module
11+
*/
112
export * from "./action.ts";
213
export * from "./coordinator.ts";
314
export * from "./curator.ts";

0 commit comments

Comments
 (0)