summaryrefslogtreecommitdiff
path: root/node_modules/capnp-ts/src/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/capnp-ts/src/index.d.ts')
-rw-r--r--node_modules/capnp-ts/src/index.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/capnp-ts/src/index.d.ts b/node_modules/capnp-ts/src/index.d.ts
new file mode 100644
index 0000000..5795ab4
--- /dev/null
+++ b/node_modules/capnp-ts/src/index.d.ts
@@ -0,0 +1,5 @@
+/**
+ * @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";