rearrage_stuff
This commit is contained in:
7
node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts
generated
vendored
Normal file
7
node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { MessageShape } from "./types.js";
|
||||
import type { DescMessage } from "./descriptors.js";
|
||||
/**
|
||||
* Determine whether the given `arg` is a message.
|
||||
* If `desc` is set, determine whether `arg` is this specific message.
|
||||
*/
|
||||
export declare function isMessage<Desc extends DescMessage>(arg: unknown, schema?: Desc): arg is MessageShape<Desc>;
|
||||
Reference in New Issue
Block a user