Tour ~repack~ — Pure Ts
const alice: User = id: 1, name: "Alice" ; console.log(createUser(alice)); src/features/5-union-intersection.ts
// Generic function function identity<T>(value: T): T return value; pure ts tour
console.log( $username, $age, active: $isActive ); const alice: User = id: 1, name: "Alice" ; console
"scripts": "build": "tsc", "start": "node dist/index.js", "tour": "npm run build && npm run start" const alice: User = id: 1



