UNPKG

snyk-paket-parser

Version:

Generate a dep tree given a collection of manifests

7 lines (6 loc) 225 B
export declare class Line { data: string; indentation: number; constructor(data: string, indentation: number); } export declare function parseLines(input: string, indent?: string, lineSeparator?: RegExp): Line[];