UNPKG

hatena-fotolife-api

Version:

Hatena::Fotolife API wrapper for Node.js (unofficial)

18 lines (15 loc) 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = main; Object.defineProperty(exports, "Fotolife", { enumerable: true, get: function () { return _fotolife.Fotolife; } }); var _fotolife = require("./fotolife"); function main(options) { return new _fotolife.Fotolife(options); }