UNPKG
vulpix
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
CSP-like channels library
github.com/hastyy/vulpix
hastyy/vulpix
vulpix
/
dist
/
result
/
index.js
6 lines
(5 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Result
=
void
0
;
var
result_1 =
require
(
"./result"
);
Object
.
defineProperty
(
exports
,
"Result"
, {
enumerable
:
true
,
get
:
function
(
) {
return
result_1.
Result
; } });