rearrage_stuff
This commit is contained in:
9
node_modules/@bufbuild/protobuf/dist/esm/create.d.ts
generated
vendored
Normal file
9
node_modules/@bufbuild/protobuf/dist/esm/create.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { type DescMessage } from "./descriptors.js";
|
||||
import type { MessageInitShape, MessageShape } from "./types.js";
|
||||
/**
|
||||
* Create a new message instance.
|
||||
*
|
||||
* The second argument is an optional initializer object, where all fields are
|
||||
* optional.
|
||||
*/
|
||||
export declare function create<Desc extends DescMessage>(schema: Desc, init?: MessageInitShape<Desc>): MessageShape<Desc>;
|
||||
Reference in New Issue
Block a user