rearrage_stuff
This commit is contained in:
15
node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts
generated
vendored
Normal file
15
node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { Message } from "../types.js";
|
||||
import type { BoolValue, BytesValue, DoubleValue, FloatValue, Int32Value, Int64Value, StringValue, UInt32Value, UInt64Value } from "./gen/google/protobuf/wrappers_pb.js";
|
||||
import type { DescField, DescMessage } from "../descriptors.js";
|
||||
export declare function isWrapper(arg: Message): arg is DoubleValue | FloatValue | Int64Value | UInt64Value | Int32Value | UInt32Value | BoolValue | StringValue | BytesValue;
|
||||
export type WktWrapperDesc = DescMessage & {
|
||||
fields: [
|
||||
DescField & {
|
||||
fieldKind: "scalar";
|
||||
number: 1;
|
||||
name: "value";
|
||||
oneof: undefined;
|
||||
}
|
||||
];
|
||||
};
|
||||
export declare function isWrapperDesc(messageDesc: DescMessage): messageDesc is WktWrapperDesc;
|
||||
Reference in New Issue
Block a user