drizzle-kit 0.20.17-c8aaf94 → 0.20.17-e041df8

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