Skip to content

Commit

Permalink
feat: Export StringifyContext type from 'yaml/util' (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 14, 2023
1 parent 55e99ab commit 165a49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.ts
Expand Up @@ -7,5 +7,6 @@ export { map as mapTag } from './schema/common/map.js'
export { seq as seqTag } from './schema/common/seq.js'
export { string as stringTag } from './schema/common/string.js'
export { foldFlowLines, FoldOptions } from './stringify/foldFlowLines'
export { StringifyContext } from './stringify/stringify.js'
export { stringifyNumber } from './stringify/stringifyNumber.js'
export { stringifyString } from './stringify/stringifyString.js'

0 comments on commit 165a49f

Please sign in to comment.