UNPKG

@airgap/etherlink

Version:

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

3 lines (2 loc) 171 B
export declare type Schema<T> = Record<keyof T, 'required' | 'optional'>; export declare function implementsInterface<T>(object: unknown, schema: Schema<T>): object is T;