summaryrefslogtreecommitdiff
path: root/std/encoding/_yaml/parse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/_yaml/parse.ts')
-rw-r--r--std/encoding/_yaml/parse.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/_yaml/parse.ts b/std/encoding/_yaml/parse.ts
index 2aa0042bd..9a6f325f2 100644
--- a/std/encoding/_yaml/parse.ts
+++ b/std/encoding/_yaml/parse.ts
@@ -4,7 +4,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { CbFunction, load, loadAll } from "./loader/loader.ts";
-import { LoaderStateOptions } from "./loader/loader_state.ts";
+import type { LoaderStateOptions } from "./loader/loader_state.ts";
export type ParseOptions = LoaderStateOptions;