We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db40749 commit b976da9Copy full SHA for b976da9
src/utils/validators.ts
@@ -1,6 +1,6 @@
1
/* tslint:disable:ban-types */
2
3
-import { values as objectValues } from 'src/utils';
+import { values as objectValues } from 'src/utils/objects';
4
5
export const backtick = (val: any) => `\`${val}\``;
6
export const singleQuote = (val: any) => `'${val}'`;
0 commit comments