UNPKG

nextpay-querystring

Version:

Thư viện QueryString của NextPay - Chuyển đổi QueryString thành điều kiện select cho MongoDB và MySQL với kiểm soát bảo mật

8 lines 542 B
import { FieldDescription, FieldDescriptionContainer } from './models/fieldDescription'; declare const toMySqlCriteria: (qs: string, fdList: FieldDescription[]) => string; declare const toMongoCriteria: (qs: string, fdList: FieldDescription[]) => string; export { toMySqlCriteria, toMongoCriteria }; export { FieldDescription, FieldDescriptionContainer }; export { default as DataType } from './models/literalDataTypes'; export { FieldDescription as FieldDescriptionType } from './models/fieldDescription'; //# sourceMappingURL=index.d.ts.map