Juan Luis Paz
Juan Luis Paz
¿How I can define and implement an overloaded function with different result type? Example: ```ts function generate(type: 'number' | 'string') { if (type === 'number') { return 1234 } else...
This pull request fix the issue #68
Is there any plan to enable the UUID extension? Extension: https://sqlite.org/src/file/ext/misc/uuid.c Release note: https://sqlite.org/releaselog/3_31_0.html
Hi, Do you have plans to add support to ARB files format (commonly used in Flutter)?