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