@ng-doc/core
Advanced tools
Comparing version 17.0.0-beta.7 to 17.0.0-beta.8
@@ -5,5 +5,4 @@ import { FunctionType } from '../types'; | ||
* It returns an array of the default values because after minification the parameter names are lost. | ||
* | ||
* @param fn - Function to extract the default values from | ||
*/ | ||
export declare function extractFunctionDefaults(fn: FunctionType<unknown>): unknown[]; |
@@ -8,3 +8,2 @@ "use strict"; | ||
* It returns an array of the default values because after minification the parameter names are lost. | ||
* | ||
* @param fn - Function to extract the default values from | ||
@@ -11,0 +10,0 @@ */ |
/** | ||
* Stringify data to JSON. If data is undefined, return string 'undefined'. | ||
* | ||
* @param data - Data to stringify. | ||
*/ | ||
export declare function stringify<T>(data: T): string; |
@@ -6,3 +6,2 @@ "use strict"; | ||
* Stringify data to JSON. If data is undefined, return string 'undefined'. | ||
* | ||
* @param data - Data to stringify. | ||
@@ -9,0 +8,0 @@ */ |
/** | ||
* Returns only unique items from the given arrays | ||
* | ||
* @param items - arrays of items | ||
*/ | ||
export declare function unique<T>(...items: T[][]): T[]; |
@@ -7,3 +7,2 @@ "use strict"; | ||
* Returns only unique items from the given arrays | ||
* | ||
* @param items - arrays of items | ||
@@ -10,0 +9,0 @@ */ |
{ | ||
"name": "@ng-doc/core", | ||
"version": "17.0.0-beta.7", | ||
"version": "17.0.0-beta.8", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
58516
1084