@jackens/nnn 2023.11.4 → 2023.11.7
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/nnn.d.ts +1 -1
- package/package.json +1 -1
package/nnn.d.ts
CHANGED
|
@@ -177,7 +177,7 @@ export function nanolightJs(codeJs: string): HArgs[1][];
|
|
|
177
177
|
export function plUral(singular: string, plural2: string, plural5: string, value: number): string;
|
|
178
178
|
|
|
179
179
|
/**
|
|
180
|
-
* A helper that
|
|
180
|
+
* A helper that protects calls to nested properties by a `Proxy` that initializes non-existent values with an empty object.
|
|
181
181
|
*/
|
|
182
182
|
export function pro(ref: any): any;
|
|
183
183
|
|
package/package.json
CHANGED