UNPKG

@buurman/commons

Version:

The buurman commons package is a utility belt

5 lines 273 B
import { Transformer } from "../types"; export declare const joinLines: (lines: string[]) => string; export declare const getLines: (text: string) => string[]; export declare const createLineMapper: Transformer<Transformer<string>>; //# sourceMappingURL=string.d.ts.map