UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

9 lines (7 loc) 230 B
const webhook = require('./webhook.js'); exports.create = webhook.create; exports.delete = webhook.delete; exports.query = webhook.query; exports.get = webhook.get; exports.page = webhook.page; exports.Webhook = webhook.Webhook;