UNPKG

dcard

Version:

👫 Unofficial Dcard API wrapper for Node.js developers.

15 lines (12 loc) • 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @private * Parse the response body to json. */ var parseJSON = function parseJSON(res) { return res.json(); }; exports.default = parseJSON;