UNPKG
tcx-builder
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Tcx builder
github.com/anthony2856/tcx-builder
anthony2856/tcx-builder
tcx-builder
/
dist
/
models
/
Target
/
Cadence.d.ts
11 lines
(10 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Target
}
from
'./Target'
;
export
declare
class
Cadence
extends
Target
{
Low
:
number
;
High
:
number
;
constructor
(
options
: { low:
number
; high:
number
; }
);
toXml
():
string
; }