UNPKG
data.task.ts
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Personal functional Task typeclass implementation
github.com/eljou/data.task.ts
eljou/data.task.ts
data.task.ts
/
build
/
index.js
6 lines
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Task
=
void
0
;
var
task_1 =
require
(
"./lib/task"
);
Object
.
defineProperty
(
exports
,
"Task"
, {
enumerable
:
true
,
get
:
function
(
) {
return
task_1.
Task
; } });
//# sourceMappingURL=index.js.map