common.ts 56 B

123
  1. export function Phantom<T>(): T {
  2. return undefined!
  3. }