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
/
number-formatter.d.ts
8 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
NumberFormatter
{
private
template;
private
readonly
replacer;
constructor
(
template
:
string
);
format
(
value
:
number
):
string
;
private
check; }
//# sourceMappingURL=number-formatter.d.ts.map