UNPKG
decentrand
Version:
latest (3.21.0)
3.21.0
Decentraland CLI developer tool.
github.com/decentraland/cli
decentraland/cli
decentrand
/
dist
/
utils
/
land.d.ts
4 lines
•
210 B
TypeScript
View Raw
1
2
3
4
import
{
LANDData
}
from
'../lib/Ethereum'
;
export
declare
function
filterAndFillEmpty
(
data
:
any
,
def
?:
string
):
LANDData
;
export
declare
function
parseTarget
(
args
:
any
):
any
;
//# sourceMappingURL=land.d.ts.map