From 6b6f8667f5b4d1e6165041c4a1874354599814c4 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Fri, 22 Apr 2022 13:55:27 +0300 Subject: [PATCH] feat: Export types for YAMLOmap and YAMLSet --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 8e9caa2e..76555122 100644 --- a/src/index.ts +++ b/src/index.ts @@ -48,6 +48,8 @@ export { export type { TagId, Tags } from './schema/tags' export type { CollectionTag, ScalarTag } from './schema/types' +export type { YAMLOMap } from './schema/yaml-1.1/omap' +export type { YAMLSet } from './schema/yaml-1.1/set' export { asyncVisitor,