UNPKG

@airgap/etherlink

Version:

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

3 lines (2 loc) 142 B
import { Amount } from '../types/amount'; export declare function isAmount<_Units extends string>(object: unknown): object is Amount<_Units>;