From 4e87195739f2a5d9a05451b48773c8afdc680765 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Sun, 24 Sep 2023 23:22:21 +1000 Subject: Initial commit (by create-cloudflare CLI) --- node_modules/capnp-ts/src/index.ts | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 node_modules/capnp-ts/src/index.ts (limited to 'node_modules/capnp-ts/src/index.ts') diff --git a/node_modules/capnp-ts/src/index.ts b/node_modules/capnp-ts/src/index.ts new file mode 100644 index 0000000..714d3ee --- /dev/null +++ b/node_modules/capnp-ts/src/index.ts @@ -0,0 +1,52 @@ +/** + * @author jdiaz5513 + */ + +export { + ListElementSize, + Message, + ObjectSize, + readRawPointer, + AnyPointerList, + BoolList, + CompositeList, + Data, + DataList, + Float32List, + Float64List, + Int16List, + Int32List, + Int64List, + Int8List, + Interface, + InterfaceList, + List, + ListCtor, + Orphan, + PointerList, + PointerType, + Pointer, + Struct, + StructCtor, + Text, + TextList, + Uint16List, + Uint32List, + Uint64List, + Uint8List, + VoidList, + Void, + getBitMask, + getFloat32Mask, + getFloat64Mask, + getInt16Mask, + getInt32Mask, + getInt64Mask, + getInt8Mask, + getUint16Mask, + getUint32Mask, + getUint64Mask, + getUint8Mask, +} from "./serialization"; + +export { Int64, Uint64 } from "./types"; -- cgit v1.2.3