UNPKG

sanzy-ss-api

Version:

Package ssweb API with puppeteer and google chrome

14 lines (12 loc) 278 B
const handphone = require("./lib/sshp"); const desktop = require("./lib/ssweb"); let author = require("./package.json").author || {}; const type = { handphone, desktop }; author = author || { name: 'Sanzy Dev.', email: 'admin@sanzy.dev' }; module.exports = { author, ...type }