Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
9 lines
170 B
9 lines
170 B
2 years ago
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = _AwaitValue;
|
||
|
function _AwaitValue(value) {
|
||
|
this.wrapped = value;
|
||
|
}
|