Skip to content
New issue

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

Not working with typescript #1

Open
stefanosandes opened this issue Jan 5, 2023 · 0 comments
Open

Not working with typescript #1

stefanosandes opened this issue Jan 5, 2023 · 0 comments

Comments

@stefanosandes
Copy link

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'

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'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant