mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
|
export default {
|
||
|
supportsInterface: ['doesSupportInterface'],
|
||
|
has: ['has']
|
||
|
};
|