UNPKG
@hazae41/box
Version:
latest (4.0.4)
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.3.7
2.3.6
2.3.5
2.3.4
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.14
1.0.13
1.0.12
1.0.11
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Rust-like Box and similar objects for TypeScript
github.com/hazae41/box
hazae41/box
@hazae41/box
/
dist
/
cjs
/
mods
/
void
/
index.cjs
10 lines
(7 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
class
Void
{ [
Symbol
.
dispose
]() { }
async
[
Symbol
.
asyncDispose
]() { } }
exports
.
Void
=
Void
;
//# sourceMappingURL=index.cjs.map