UNPKG
epc-sepa-converter
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Convert strings to their EPC217-08 variant
github.com/danieldiekmeier/epc-sepa-converter
epc-sepa-converter
/
dist
/
index.d.ts
6 lines
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@param
{string} input *
@returns
{string} */
export
function
convert
(
input:
string
):
string
;
//# sourceMappingURL=index.d.ts.map