drizzle-kit 0.20.17-b4f119e → 0.20.17-c347d7b

Sign up to get free protection for your applications and to get access to all the features.
package/@types/utils.d.ts CHANGED
@@ -2,6 +2,7 @@ declare global {
2
2
  interface String {
3
3
  trimChar(char: string): string;
4
4
  squashSpaces(): string;
5
+ capitalise(): string;
5
6
  camelCase(): string;
6
7
  concatIf(it: string, condition: boolean): string;
7
8
  }