UNPKG

@mysten/dapp-kit

Version:

A collection of React hooks and components for interacting with the Sui blockchain and wallets.

5 lines (4 loc) 125 B
/** * Utility for compile-time exhaustiveness checking. */ export declare function assertUnreachable(value: never): never;