summaryrefslogtreecommitdiffstats
path: root/index.js
blob: dfd2ac2ac25e026f26126a127740fad1802efaba (plain)
1
2
3
4
5
6
"use strict";

Object.assign(
    module.exports,
    require("./src/zsentry")
);