@ot-builder/bin-composite-types
Advanced tools
+1
-1
@@ -0,4 +1,4 @@ | ||
| export * from "./long-date-time"; | ||
| export * from "./ptr"; | ||
| export * from "./simple-array"; | ||
| export * from "./long-date-time"; | ||
| //# sourceMappingURL=index.d.ts.map |
+1
-1
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| const tslib_1 = require("tslib"); | ||
| tslib_1.__exportStar(require("./long-date-time"), exports); | ||
| tslib_1.__exportStar(require("./ptr"), exports); | ||
| tslib_1.__exportStar(require("./simple-array"), exports); | ||
| tslib_1.__exportStar(require("./long-date-time"), exports); | ||
| //# sourceMappingURL=index.js.map |
+2
-2
@@ -1,3 +0,3 @@ | ||
| import { BinaryView, Frag, Read, Write } from "@ot-builder/bin-util"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import { type BinaryView, Frag, type Read, type Write } from "@ot-builder/bin-util"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| export declare function NullablePtr16<TR, AR extends unknown[], TW, AW extends unknown[]>(r: Read<TR, AR> & Write<TW, AW>): Read<undefined | null | TR, AR> & Write<undefined | null | TW, AW>; | ||
@@ -4,0 +4,0 @@ export declare function NonNullablePtr16<TR, AR extends unknown[], TW, AW extends unknown[]>(r: Read<TR, AR> & Write<TW, AW>): Read<TR, AR> & Write<TW, AW>; |
@@ -1,2 +0,2 @@ | ||
| import { Read, Write } from "@ot-builder/bin-util"; | ||
| import type { Read, Write } from "@ot-builder/bin-util"; | ||
| type Cons<X, T extends unknown[]> = ((x: X, ...t: T) => void) extends (...t: infer R) => void ? R : never; | ||
@@ -3,0 +3,0 @@ export declare function SimpleArray<TR, AR extends unknown[], TW, AW extends unknown[]>(n: Read<number, []> & Write<number, []>, r: Read<TR, AR> & Write<TW, AW>): Read<TR[], AR> & Write<readonly TW[], AW>; |
+4
-4
| { | ||
| "name": "@ot-builder/bin-composite-types", | ||
| "version": "1.7.8", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -26,5 +26,5 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/bin-util": "1.7.8", | ||
| "@ot-builder/errors": "1.7.7", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/bin-util": "1.8.0", | ||
| "@ot-builder/errors": "1.8.0", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
@@ -31,0 +31,0 @@ }, |
6410
0.39%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated