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

ParameterTypeIs Required

limit

number

false

Last updated