Estructura inicial del proyecto
This commit is contained in:
6
backend/node_modules/@tediousjs/connection-string/lib/builder/index.d.ts
generated
vendored
Normal file
6
backend/node_modules/@tediousjs/connection-string/lib/builder/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
type ValidDataTypes = string | boolean | number | null | undefined | {
|
||||
toString(): string;
|
||||
};
|
||||
export declare function build(data: Record<string, ValidDataTypes>): string;
|
||||
export {};
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user