@ctx-core/function
Advanced tools
Comparing version 10.1.10 to 10.2.0
@@ -130,3 +130,3 @@ export declare type falsy = false | 0 | '' | null | undefined; | ||
*/ | ||
export declare function noop(): void; | ||
export declare function noop(..._: any[]): void; | ||
/** | ||
@@ -133,0 +133,0 @@ * Returns array with the index as each item. |
@@ -194,3 +194,3 @@ 'use strict'; | ||
*/ | ||
function noop() { | ||
function noop(..._) { | ||
} | ||
@@ -197,0 +197,0 @@ /** |
{ | ||
"name": "@ctx-core/function", | ||
"version": "10.1.10", | ||
"version": "10.2.0", | ||
"description": "ctx-core function", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b4275ac171ada3f86b92bb5ae125ea9f9fcbfacd" | ||
"gitHead": "52b713fa7c5cf26cbe5ac4dde5f48979cb7b6b9e" | ||
} |
@@ -196,3 +196,3 @@ export type falsy = false|0|''|null|undefined | ||
*/ | ||
export function noop() { | ||
export function noop(..._) { | ||
} | ||
@@ -199,0 +199,0 @@ /** |
Sorry, the diff of this file is not supported yet
58798