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
Write detailed description in here.
Example Link https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDOAzKERwERIqp4DcAUGcAHYwCmUGqAxrXAMoxTUDmcA3mThC4AegBUYwcLhi4AARDUAMrSrcYACzgBmAExThshagAeKtZp37pMkQbgBrWogBccAM6ce5AL4UmEFSejs5wALwIyGgAdFCoVAAmOAA8HFxqAHwAFACU0U6I5GQBQRAANrTRZRDcWQUANCGIVarqGjnkQA
https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDOAzKERwERIqp4DcAUGcAHYwCmUGqAxrXAMoxTUDmcA3mThC4AegBUYwcLhi4AARDUAMrSrcYACzgBmAExThshagAeKtZp37pMkQbgBrWogBccAM6ce5AL4UmEFSejs5wALwIyGgAdFCoVAAmOAA8HFxqAHwAFACU0U6I5GQBQRAANrTRZRDcWQUANCGIVarqGjnkQA
import typia from "typia"; interface String { /** * @minLength 32 * @maxLength 32 */ key: string; } const key = typia.random<String>().key; console.log(key, key.length); // expected length: 32 // actual length: over than 32 (32~36)
The text was updated successfully, but these errors were encountered:
d672e65
Merge pull request #759 from samchon/features/range
5489d2e
Fix #758 - wrong fixed length bug on `random` function
samchon
No branches or pull requests
Bug Report
📝 Summary
Write detailed description in here.
⏯ Playground Link
💻 Code occuring the bug
The text was updated successfully, but these errors were encountered: