LZ.getValue()
The LZ.getValue()
function returns the value of the specified bucket or null
if the bucket does not exist.
The function has the following signature:
getValue(bucketName): any
Where:
bucketName {string}
is the name of the bucket you want to get the value of.