@naturalcycles/nodejs-lib 15.0.0 → 15.0.1
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/dist/string/inspect.d.ts
CHANGED
|
@@ -24,7 +24,3 @@ export declare const inspectStringifyFn: JsonStringifyFunction;
|
|
|
24
24
|
* Based on `_stringify` from `js-lib`, just replaced `JSON.stringify` with `util.inspect`.
|
|
25
25
|
*/
|
|
26
26
|
export declare function _inspect(obj: any, opt?: InspectAnyOptions): string;
|
|
27
|
-
/**
|
|
28
|
-
* @deprecated renamed to _inspect
|
|
29
|
-
*/
|
|
30
|
-
export declare const inspectAny: typeof _inspect;
|
package/dist/string/inspect.js
CHANGED
package/package.json
CHANGED