@oino-ts/types 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export declare const OINOHASHID_MIN_LENGTH: number;
|
|
2
|
+
export declare const OINOHASHID_MAX_LENGTH: number;
|
|
1
3
|
/**
|
|
2
4
|
* Hashid implementation for OINO API:s for the purpose of making it infeasible to scan
|
|
3
5
|
* through numeric autoinc keys. It's not a solution to keeping the id secret in insecure
|