We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e697716 + 356d160 commit 6a07420Copy full SHA for 6a07420
denops_std/buffer/mod.ts
@@ -1,2 +1,9 @@
1
export * from "./buffer.ts";
2
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