1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00
market/src/@types/node_modules.d.ts

4 lines
92 B
TypeScript
Raw Normal View History

2020-07-08 00:06:48 +02:00
declare module 'ethereum-blockies' {
export function toDataUrl(address: string): string
}