UNPKG

@airgap/etherlink

Version:

The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.

2 lines (1 loc) 93 B
export declare function normalizeToUndefined<T>(value: T | undefined | null): T | undefined;