UNPKG

solidity-docgen

Version:

Documentation generator for Solidity smart contracts.

2 lines (1 loc) 70 B
export type AssertEqual<T, U> = [T, U] extends [U, T] ? true : never;