Skip to content

Commit 2544364

Browse files
authored
Merge pull request #1 from vim-fall/add-module-description
docs: Add module description
2 parents c26503e + 8144392 commit 2544364

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)