Files
pole-book/server/node_modules/@strapi/utils/dist/operators.d.ts

3 lines
221 B
TypeScript

export declare const isOperatorOfType: (type: string, key: string, ignoreCase?: boolean) => boolean;
export declare const isOperator: (key: string, ignoreCase?: boolean) => boolean;
//# sourceMappingURL=operators.d.ts.map