UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

7 lines 277 B
/** * Removes leading indentation from each line of the text. Also, it some line * contains only the indentation spaces immediately followed by \n, the line is * removed entirely. */ export declare function dedent(text: string): string; //# sourceMappingURL=dedent.d.ts.map