diff options
Diffstat (limited to 'node_modules/capnp-ts/src/index.ts')
| -rw-r--r-- | node_modules/capnp-ts/src/index.ts | 52 |
1 files changed, 52 insertions, 0 deletions
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"; |
