random
The Anilibria.random()
is a method that optionally takes an argument limit
of type string | number
and returns an object of type Release
[]
.
Usage
anilibria.random({
limit: 5
}).then(res => res)
Parameters
Parameter
Type
Is Required
limit
number
false
Last updated