UNPKG
stitch-compute
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
compute stitch adjustments for knitting
github.com/mmitch/stitch-compute-npm
stitch-compute
/
lib
/
group-formatter.d.ts
8 lines
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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