@ebflat9/fp
Advanced tools
Comparing version 1.2.62 to 1.2.63
@@ -714,2 +714,3 @@ /** | ||
export const padEnd: (this: any, ...args: any[]) => any; | ||
export function invariant(condition: any, message?: string | (() => string)): asserts condition; | ||
interface IGenericFunction { | ||
@@ -716,0 +717,0 @@ (...args: unknown[]): unknown; |
{ | ||
"name": "@ebflat9/fp", | ||
"version": "1.2.62", | ||
"version": "1.2.63", | ||
"description": "my fp utils", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -168,2 +168,4 @@ import * as rx from './observable/Observable' | ||
export { invariant } from './functions/invariant' | ||
export { Append } from './decorators/Append' | ||
@@ -170,0 +172,0 @@ export { Prepend } from './decorators/Prepend' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
916598
93
13183