UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

7 lines (6 loc) 126 B
//#region src/utils/get-last.ts function getLast(array) { return array[array.length - 1]; } //#endregion export { getLast };