Skip to content

Commit 356d160

Browse files
committed
👍 Expose FileFormat and related functions
1 parent e697716 commit 356d160

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)