@ctx-core/function
Advanced tools
+13
| Copyright 2016 Brian Takita | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. |
+1
-1
@@ -245,3 +245,3 @@ export declare type falsy = false | 0 | '' | null | undefined; | ||
| */ | ||
| export declare function _eq(__a1__value: any[]): (value: any | any[]) => boolean; | ||
| export declare function _eq(__a1__value: any | any[]): (value: any | any[]) => boolean; | ||
| export declare const _fn__eq: typeof _eq; | ||
@@ -248,0 +248,0 @@ /** |
+1
-1
@@ -380,3 +380,3 @@ export type falsy = false|0|''|null|undefined | ||
| */ | ||
| export function _eq(__a1__value:any[]):(value:any|any[])=>boolean { | ||
| export function _eq(__a1__value:any|any[]):(value:any|any[])=>boolean { | ||
| return value=>eq(concat__wrap(__a1__value, value)) | ||
@@ -383,0 +383,0 @@ } |
+2
-2
| { | ||
| "name": "@ctx-core/function", | ||
| "version": "10.5.23", | ||
| "version": "10.5.25", | ||
| "description": "ctx-core function", | ||
@@ -35,3 +35,3 @@ "main": "lib.js", | ||
| }, | ||
| "gitHead": "43f719493f14189cc25cfaf4b8f16cf21bd3619f" | ||
| "gitHead": "c16c733a46d5d7ba77d931669e8a46abd20401a0" | ||
| } |
46877
1.21%7
16.67%