summaryrefslogtreecommitdiff
path: root/std/encoding/_yaml/dumper/dumper.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/_yaml/dumper/dumper.ts')
-rw-r--r--std/encoding/_yaml/dumper/dumper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/_yaml/dumper/dumper.ts b/std/encoding/_yaml/dumper/dumper.ts
index 1280ee757..2b23d4758 100644
--- a/std/encoding/_yaml/dumper/dumper.ts
+++ b/std/encoding/_yaml/dumper/dumper.ts
@@ -6,7 +6,7 @@
/* eslint-disable max-len */
import { YAMLError } from "../error.ts";
-import { RepresentFn, StyleVariant, Type } from "../type.ts";
+import type { RepresentFn, StyleVariant, Type } from "../type.ts";
import * as common from "../utils.ts";
import { DumperState, DumperStateOptions } from "./dumper_state.ts";