Skip to content

Commit

Permalink
feat: Export types for YAMLOmap and YAMLSet
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 22, 2022
1 parent 0691f44 commit 6b6f866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 6b6f866

Please sign in to comment.