UNPKG

stitch-compute

Version:

compute stitch adjustments for knitting

8 lines 229 B
export declare class NumberFormatter { private template; private readonly replacer; constructor(template: string); format(value: number): string; private check; } //# sourceMappingURL=number-formatter.d.ts.map