Skip to content

Commit b5a4382

Browse files
committed
feat(noneNull): add missing alias asyncNoneNull
1 parent 6b524ed commit b5a4382

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,8 @@ export async function noneNull<T>(
974974
return result;
975975
}
976976

977+
export const asyncNoneNull = noneNull;
978+
977979
export async function* scan<T, U>(
978980
iterable: AsyncIterableLike<T>,
979981
f: (accumulator: U, element: T, index: number) => U | Promise<U>,

0 commit comments

Comments
 (0)