UNPKG
@zenithcore/core
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
0.1.1
0.1.0
Core functionality for ZenithKernel framework
@zenithcore/core
/
src
/
components
/
SystemMeta.ts
8 lines
(7 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
class
SystemMeta
{
constructor
(
public
label
:
string
,
public
tags
:
string
[] = [],
public
version =
"0.1.0"
) {} }