mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-29 22:04:49 -05:00
4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
/** @link https://stackoverflow.com/a/69413184 */
|
|
// @ts-expect-error helper to assert type to be another compile time
|
|
export const assertType = <A, B extends A>() => {}; // eslint-disable-line
|