UNPKG
@effectful/cc
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.1
1.5.1
1.5.0
1.4.10
1.4.9
1.4.7
1.4.2
1.4.0
1.3.48
1.3.46
1.3.43
1.3.42
1.3.39
1.3.38
1.3.37
1.3.36
1.3.35
1.3.34
1.3.31
1.3.24
1.3.21
1.3.20
1.3.19
1.3.16
1.3.15
1.3.13
1.3.12
1.3.9
1.3.1
1.3.0
1.2.4
1.2.2
1.2.1
1.2.0
1.1.8
1.1.7
1.1.5
1.1.4
1.1.3
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.8
0.1.7
0.1.6
0.1.5
Multi-prompt delimited continuations runtime
github.com/awto/effectfuljs
awto/effectfuljs
@effectful/cc
/
main.d.js
7 lines
(6 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
exports
.
__esModule
=
true
;
var
_types =
require
(
"./types"
);
exports
.
Prompt
= _types.
Prompt
;
exports
.
SubCont
= _types.
SubCont
;
exports
.
newPrompt
= _types.
newPrompt
;