UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

2 lines (1 loc) 91 B
export declare function createSlicer<T>(array: T[], start: number): (end: number) => T[];