UNPKG

myanimelist-api-wrapper

Version:

A simple wrapper around the MAL API hosted on npm.

13 lines (12 loc) 154 B
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "current", }, }, ], ], };