Fix AsyncCollection.filter to allow for async filter functions

This commit is contained in:
2022-04-28 19:41:04 -05:00
parent fd77ad5cd3
commit de13030815
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@extollo/lib",
"version": "0.9.40",
"version": "0.9.41",
"description": "The framework library that lifts up your code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",