mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
|
export function isHardwareKeyring(keyringType = '') {
|
||
|
return keyringType.includes('Hardware');
|
||
|
}
|