UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

14 lines (13 loc) 234 B
//#region src/factories/alias.ts function createAlias(position, content, value) { return { type: "alias", position, leadingComments: [], trailingComment: null, ...content, value }; } //#endregion export { createAlias };