From 4a804b4bb29bbd82c170b37fd2f12babb4d8486c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 10 Jan 2023 02:46:53 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- Promise.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Promise.js b/Promise.js index 93997ca..e018b62 100644 --- a/Promise.js +++ b/Promise.js @@ -82,6 +82,10 @@ function(list){ : elem }) : elem }) } +// +// handle(, [, ]) +// -> +// var handle = module.handle = function(list, handler, onerror){ @@ -146,6 +150,10 @@ function(list, handler, onerror){ // onerror... ...handlers.slice(1)) } +// +// unpack() +// -> +// var unpack = module.unpack = function(list){