UNPKG

tmdb-interface

Version:

This is a Node.js wrapper of TMDB API. We apply chain-style design on it, which make it more semantic and functional.

15 lines 374 B
module.exports = (self) => { return () => { return { read() { return { end() { self.url = self.api(`/configuration`) self.type = 'configuration' return self } } } } } }