Files
2026-06-02 16:57:08 +00:00

6 lines
221 B
TypeScript

type ValidDataTypes = string | boolean | number | null | undefined | {
toString(): string;
};
export declare function build(data: Record<string, ValidDataTypes>): string;
export {};
//# sourceMappingURL=index.d.ts.map