We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f487a6f commit 636c3f7Copy full SHA for 636c3f7
src/spBv1.0.ts
@@ -1084,7 +1084,7 @@ export function decodePayload(proto: Uint8Array): Payload {
1084
return payload
1085
}
1086
1087
-function encodeType(
+export function encodeType(
1088
typeString: MetricDataType | 'PropertySet' | 'PropertySetList'
1089
): number {
1090
switch (typeString.toUpperCase()) {
@@ -1136,7 +1136,6 @@ function encodeType(
1136
return 0
1137
1138
1139
-exports.encodeType = encodeType
1140
1141
export function decodeType(
1142
typeInt: number
0 commit comments