UNPKG

exact-response

Version:

This is a simple graphql type response library with the help of this package you can easily get response what you want

3 lines (2 loc) 217 B
export declare const exactResponse: (req: any, arr: any, identifyer: string) => Pick<any, any> | Pick<any, any>[]; export declare const exactData: (query: string, arr: any) => Pick<any, string> | Pick<any, string>[];