UNPKG
@karate-combat/api
Version:
latest (2.3.2)
2.3.2
2.3.1
2.2.1
2.2.0
2.1.0
2.0.0
1.0.0
Karate Combat API Client
@karate-combat/api
/
dist
/
lib
/
src
/
weight-classes
/
index.d.ts
4 lines
•
196 B
TypeScript
View Raw
1
2
3
4
import
{
WeightClassDto
}
from
'lib/src/weight-classes/types'
; declare
function
getWeightClasses
(
):
Promise
<
Array
<
WeightClassDto
>>;
export
{ getWeightClasses };
//# sourceMappingURL=index.d.ts.map