UNPKG

stitch-compute

Version:

compute stitch adjustments for knitting

8 lines 250 B
export declare class GroupFormatter { private template; private readonly replacer; constructor(template: string); format(repetitions: number, content: string): string; private check; } //# sourceMappingURL=group-formatter.d.ts.map