UNPKG
csf
Version:
beta (0.1.0-alpha.4)
latest (0.1.0-alpha.3)
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha
0.0.1
Generator based flow control with context providing
github.com/morulus/csf
morulus/csf
csf
/
lib
/
resolve-context.js
5 lines
(4 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
module
.
exports
=
function
resolveContext
(
context
) {
return
typeof
context ===
"function"
?
context
(
this
) : context; };