UNPKG
respond-framework
Version:
latest (0.0.211)
0.0.211
0.0.210
0.0.209
0.0.208
0.0.207
0.0.206
0.0.205
0.0.204
0.0.203
0.0.202
0.0.201
0.0.200
0.0.199
0.0.198
0.0.197
0.0.196
0.0.195
0.0.190
0.0.189
0.0.188
0.0.187
0.0.186
0.0.185
0.0.184
0.0.4
0.0.3
0.0.2
0.0.1
create as fast you think
github.com/faceyspacey/respond-framework
faceyspacey/respond-framework
respond-framework
/
dist
/
createModule
/
selectors
/
curr.js
14 lines
(13 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
const
curr =
function
(
) {
const
{ entries, index } =
this
.
stack
;
return
entries[index]; };
var
_default =
exports
.
default
= curr;