Skip to content
Snippets Groups Projects
Commit c3a5760d authored by David Sehnal's avatar David Sehnal
Browse files

Tweak

parent 9cf93363
Branches
Tags
No related merge requests found
...@@ -29,12 +29,6 @@ export const enum ValuePresence { ...@@ -29,12 +29,6 @@ export const enum ValuePresence {
Unknown = 2 Unknown = 2
} }
export const enum ArrayKind {
String,
Float32,
Float64
}
export type FieldArray = number[] | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array export type FieldArray = number[] | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment