feat: implement bool polyfills in java

This commit is contained in:
2023-09-24 13:49:37 +03:00
parent f2cd50726d
commit 86b206051d
8 changed files with 35 additions and 24 deletions

View File

@@ -7,7 +7,6 @@
"values/errors.ts",
"values/string.ts",
"values/number.ts",
"values/boolean.ts",
"map.ts",
"set.ts",
"regex.ts",