jdt183.ts
12345 678910 1112131415 1617
// 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