UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

5 lines (4 loc) 129 B
export function createSlicer(array, start) { let index = start; return (end) => array.slice(index, (index = end)); }