UNPKG
@euglena/cli
Version:
latest (5.0.6)
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.4
1.4.3
1.4.1
1.4.0
1.2.27
1.2.26
1.2.24
1.2.23
1.2.22
1.2.21
1.2.20
1.2.19
1.2.18
1.2.17
1.2.16
1.2.14
1.2.13
1.2.9
1.2.7
1.2.6
1.2.5
1.2.4
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.21
1.0.17
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
0.8.0
0.7.13
0.7.12
0.7.11
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Command Line Interface to create and manage euglena projects as simple as possible
@euglena/cli
/
templates
/
react
/
src
/
state.ts
11 lines
(9 loc)
•
193 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Particle
}
from
"@euglena/core"
;
import
{ sys }
from
"cessnalib"
;
export
type
State
=
Particle
<
"State"
, {
title
:
string
;
time
: sys.
Time
; } |
undefined
>;