rearrage_stuff
This commit is contained in:
9
node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts
generated
vendored
Normal file
9
node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ScalarType } from "../descriptors.js";
|
||||
/**
|
||||
* Return the TypeScript type (as a string) for the given scalar type.
|
||||
*/
|
||||
export declare function scalarTypeScriptType(scalar: ScalarType, longAsString: boolean): "string" | "boolean" | "bigint" | "bigint | string" | "Uint8Array" | "number";
|
||||
/**
|
||||
* Return the JSON type (as a string) for the given scalar type.
|
||||
*/
|
||||
export declare function scalarJsonType(scalar: ScalarType): "string" | "boolean" | "number" | `number | "NaN" | "Infinity" | "-Infinity"`;
|
||||
Reference in New Issue
Block a user