rc-js-util
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -9,2 +9,3 @@ import { fpIdentity } from "./impl/fp-identity"; | ||
static readonly identity: typeof fpIdentity; | ||
static readonly noOp: typeof fpNoOp; | ||
static readonly normalizeToNull: typeof fpNormalizeToNull; | ||
@@ -11,0 +12,0 @@ static readonly normalizeToUndefined: typeof fpNormalizeToUndefined; |
@@ -14,2 +14,3 @@ "use strict"; | ||
_Fp.identity = fp_identity_1.fpIdentity; | ||
_Fp.noOp = fpNoOp; | ||
_Fp.normalizeToNull = fp_normalize_to_null_1.fpNormalizeToNull; | ||
@@ -16,0 +17,0 @@ _Fp.normalizeToUndefined = fp_normalize_to_undefined_1.fpNormalizeToUndefined; |
{ | ||
"name": "rc-js-util", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
95985
209
1306