-
Notifications
You must be signed in to change notification settings - Fork 74
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
Strict types #176
Comments
Why did the author even add this |
from the README:
|
@meyer Thank you very much. Personally I was confused not by @Farnsi What the criteria of the "strict" in this case? |
@heleg strict should be an export without Example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if this nice lib could export strict types, without
(string & {})
everything.Usage e.g. with
import type * as CSS from 'csstype/strict';
If a non strict type is necessary, we could add it manually with a union or import the non-strict csstype.
The text was updated successfully, but these errors were encountered: