UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
theme
/
src
/
version.ts
4 lines
(2 loc)
•
99 B
text/typescript
View Raw
1
2
3
4
import
{
Version
}
from
'@angular/core'
;
export
const
VERSION
=
new
Version
(
'0.0.0-PLACEHOLDER'
);