dphelper 1.8.58 → 1.8.60
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.
- package/documents/TOOLS.md +2 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/types/dphelper.d.ts +1 -1
package/documents/TOOLS.md
CHANGED
|
@@ -422,6 +422,8 @@ This document provides a comprehensive list of all available functions in the `d
|
|
|
422
422
|
<br>**Description:** Generates an AES key.
|
|
423
423
|
- `dphelper.security.SHA256_Hex(passKey: string): string`
|
|
424
424
|
<br>**Description:** Generates a SHA256 hash.
|
|
425
|
+
- `dphelper.security.ulid(): string`
|
|
426
|
+
<br>**Description:** Generates ULID (Universally Unique Lexicographically Sortable Identifier).
|
|
425
427
|
|
|
426
428
|
### Shortcut
|
|
427
429
|
- `dphelper.shortcut.keys(e: any, trigger: any): void`
|