UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

4 lines (3 loc) 74 B
export function getLast(array) { return array[array.length - 1]; }