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
date
I usually use utils.date() to get current time. But many times I must add type assertion to avoid ts errors.
utils.date()
Like the bellowing usage:
The text was updated successfully, but these errors were encountered:
feat: Improve utils.date typescript typings
b1fb8b7
closes #651
feat: Improve utils.date typescript typings (#658)
50487b8
Successfully merging a pull request may close this issue.
I usually use
utils.date()
to get current time.But many times I must add type assertion to avoid ts errors.
Like the bellowing usage:
The text was updated successfully, but these errors were encountered: