From a02e4e2d77490979cda251427da00d095113fc65 Mon Sep 17 00:00:00 2001 From: hunghg255 Date: Tue, 16 Jul 2024 01:18:49 +0700 Subject: [PATCH] chore: update export pChain --- src/promise/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/promise/index.ts b/src/promise/index.ts index 1edcf8a..101a418 100644 --- a/src/promise/index.ts +++ b/src/promise/index.ts @@ -1 +1,2 @@ export { delay } from './delay.ts'; +export { pChain } from './pChain.ts';