@effect/data
Advanced tools
Comparing version 0.13.4 to 0.13.5
{ | ||
"name": "@effect/data", | ||
"version": "0.13.4", | ||
"version": "0.13.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,4 +33,9 @@ /** | ||
* @since 1.0.0 | ||
* @category models | ||
*/ | ||
export type PipeableOverride<A, B> = Omit<A, keyof Pipeable<B>> & Pipeable<B>; | ||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export declare const pipeArguments: <A>(self: A, args: IArguments) => unknown; | ||
//# sourceMappingURL=Pipeable.d.ts.map |
@@ -266,3 +266,9 @@ /** | ||
* @since 1.0.0 | ||
* @category models | ||
*/ | ||
export type PipeableOverride<A, B> = Omit<A, keyof Pipeable<B>> & Pipeable<B> | ||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export const pipeArguments = <A>(self: A, args: IArguments): unknown => { | ||
@@ -269,0 +275,0 @@ switch (args.length) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2934188
62065