From dc4ac7742690f8f2bd759d57108ac4455e717fe9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 20 Jul 2025 13:03:39 -0700 Subject: Mount src directory from path on host running worker container --- u/types/fn/callable.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'u/types/fn/callable.ts') diff --git a/u/types/fn/callable.ts b/u/types/fn/callable.ts index 51756d7..60d747b 100644 --- a/u/types/fn/callable.ts +++ b/u/types/fn/callable.ts @@ -10,6 +10,8 @@ export interface Mapper extends Callable { (t: T): U; } +export interface Predicate extends Mapper {} + export interface BiMapper extends Callable { (t: T, u: U): R; } -- cgit v1.2.3-70-g09d2