UNPKG

ts-extras

Version:

Essential utilities for TypeScript projects

8 lines (7 loc) 279 B
// Implementation overload export function isEqualType() { // This is a compile-time utility - runtime returns nothing // The actual type checking happens at the TypeScript level // eslint-disable-next-line @typescript-eslint/no-unsafe-return return undefined; }