UNPKG
sanzy-ss-api
Version:
latest (2.2.2)
2.2.2
Package ssweb API with puppeteer and google chrome
ssweb.sanzy.my.id
sanzy-ss-api
/
index.js
14 lines
(12 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}