@devexperts/utils
Advanced tools
Comparing version 0.29.0 to 0.29.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.29.1](https://github.com/devex-web-frontend/dx-platform/compare/v0.29.0...v0.29.1) (2019-07-03) | ||
**Note:** Version bump only for package @devexperts/utils | ||
# [0.29.0](https://github.com/devex-web-frontend/dx-platform/compare/v0.28.3...v0.29.0) (2019-05-25) | ||
@@ -8,0 +16,0 @@ |
@@ -0,0 +0,0 @@ import { Either, either as fptseither, URI } from 'fp-ts/lib/Either'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { Option } from 'fp-ts/lib/Option'; | ||
export declare const sequenceTOption: import("fp-ts/lib/Apply").SequenceT1<"Option">; | ||
export declare type OptionType<FA extends Option<any>> = FA extends Option<infer A> ? A : never; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Reader, reader as fptsreader, URI } from 'fp-ts/lib/Reader'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import Emitter from '../emitter/Emitter'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './dom'; | ||
export * from './prefix'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type IEmitterEvents<F extends Function = Function> = { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function disposable<T extends Function>(target: T): T; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export default function identity<T>(arg: T): T; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const raf: <F extends Function>(cb: F) => F & { | ||
cancel: () => void; | ||
}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
export * from './fb'; | ||
export * from './object'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Omit } from 'typelevel-ts'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import Emitter from '../emitter/Emitter'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './string'; | ||
export * from './split'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Reader } from 'fp-ts/lib/Reader'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Type2, URIS2 } from 'fp-ts/lib/HKT'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { Setoid } from 'fp-ts/lib/Setoid'; | ||
export declare const setoidStrict: Setoid<unknown>; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@devexperts/utils", | ||
"version": "0.29.0", | ||
"version": "0.29.1", | ||
"description": "", | ||
@@ -36,6 +36,6 @@ "main": "dist", | ||
"devDependencies": { | ||
"@devexperts/tools": "^0.29.0", | ||
"@devexperts/tools": "^0.29.1", | ||
"fp-ts": "^1.11.3" | ||
}, | ||
"gitHead": "2fff73a214f3a6b1793b82e32a204bcb25d7d1e0" | ||
"gitHead": "7d536c9a4e02a152e71f7e79b5bd4af913914c22" | ||
} |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
85
0
4
120113