jdt183.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// jdt183.co.uk
const
identity
=
{
name
:
[
JDT183
]
,
domain
:
"jdt183.co.uk"
,
status
:
"coming_soon"
,
version
:
0.1
,
}
;
// building something new
export default
async function
init
()
{
await
build
(
identity
);
// watch this space
}
init
();
TypeScript
Ln 17, Col 8