@devexperts/utils
Advanced tools
Comparing version 0.28.0 to 0.28.1
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.28.1](https://github.com/devex-web-frontend/dx-platform/compare/v0.28.0...v0.28.1) (2019-04-11) | ||
**Note:** Version bump only for package @devexperts/utils | ||
# [0.28.0](https://github.com/devex-web-frontend/dx-platform/compare/v0.27.0...v0.28.0) (2019-03-22) | ||
@@ -8,0 +17,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.28.0", | ||
"version": "0.28.1", | ||
"description": "", | ||
@@ -36,6 +36,6 @@ "main": "dist", | ||
"devDependencies": { | ||
"@devexperts/tools": "^0.28.0", | ||
"@devexperts/tools": "^0.28.1", | ||
"fp-ts": "^1.11.3" | ||
}, | ||
"gitHead": "809257ba13fd4ad905c983f34fadc51d23659ed3" | ||
"gitHead": "705b9c41279e45f5ad57b46d6725b4e134645bf0" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121306