We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, the idea behind this library is awesome!
Unfortunately, I can't make it work with typescript:
const TIMEOUT_LIMIT = tp.ONE_HOUR
Error: Property 'ONE_HOUR' does not exist on type '<T extends string>(time: ValidArg<T>) => number'
Property 'ONE_HOUR' does not exist on type '<T extends string>(time: ValidArg<T>) => number'
const TIMEOUT_LIMIT = tp`one hour`
Errors:
Type instantiation is excessively deep and possibly infinite.
Argument of type 'TemplateStringsArray' is not assignable to parameter of type 'string'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, the idea behind this library is awesome!
Unfortunately, I can't make it work with typescript:
Error:
Property 'ONE_HOUR' does not exist on type '<T extends string>(time: ValidArg<T>) => number'
Errors:
Type instantiation is excessively deep and possibly infinite.
Argument of type 'TemplateStringsArray' is not assignable to parameter of type 'string'.
The text was updated successfully, but these errors were encountered: