UNPKG

filmaffinity-search

Version:

An awesome module that retrieves filmaffinity data trought his id or title fragment

9 lines (7 loc) 149 B
'use strict'; const { getIds, getFilms, getRecord } = require ('./manager/index'); module.exports = { getFilms , getIds , getRecord };