Skip to content

Commit 6a07420

Browse files
authored
Merge pull request #140 from vim-denops/fix-buffer
👍 Expose `FileFormat` and related functions
2 parents e697716 + 356d160 commit 6a07420

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

denops_std/buffer/mod.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
export * from "./buffer.ts";
22
export * from "./decoration.ts";
3+
export {
4+
assertFileFormat,
5+
ensureFileFormat,
6+
isFileFormat,
7+
maybeFileFormat,
8+
} from "./fileformat.ts";
9+
export type { FileFormat } from "./fileformat.ts";

0 commit comments

Comments
 (0)