rc-js-util
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -7,2 +7,3 @@ import { fpIdentity } from "./impl/fp-identity"; | ||
import { fpRejectNull } from "./impl/fp-reject-null"; | ||
import { fpNoOp } from "./impl/fp-no-op"; | ||
export declare class _Fp { | ||
@@ -9,0 +10,0 @@ static readonly identity: typeof fpIdentity; |
@@ -10,2 +10,3 @@ "use strict"; | ||
var fp_reject_null_1 = require("./impl/fp-reject-null"); | ||
var fp_no_op_1 = require("./impl/fp-no-op"); | ||
var _Fp = (function () { | ||
@@ -15,3 +16,3 @@ function _Fp() { | ||
_Fp.identity = fp_identity_1.fpIdentity; | ||
_Fp.noOp = fpNoOp; | ||
_Fp.noOp = fp_no_op_1.fpNoOp; | ||
_Fp.normalizeToNull = fp_normalize_to_null_1.fpNormalizeToNull; | ||
@@ -18,0 +19,0 @@ _Fp.normalizeToUndefined = fp_normalize_to_undefined_1.fpNormalizeToUndefined; |
@@ -1,1 +0,1 @@ | ||
declare function fpNoOp(..._args: any[]): void; | ||
export declare function fpNoOp(..._args: any[]): void; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.fpNoOp = void 0; | ||
function fpNoOp() { | ||
@@ -8,2 +10,3 @@ var _args = []; | ||
} | ||
exports.fpNoOp = fpNoOp; | ||
//# sourceMappingURL=fp-no-op.js.map |
{ | ||
"name": "rc-js-util", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
96236
1311