UNPKG

@sendgrid/helpers

Version:

Twilio SendGrid NodeJS internal helpers

6 lines (5 loc) 128 B
/** * Helper to convert an array of objects to JSON */ declare function arrayToJSON(arr: any[]): any[]; export = arrayToJSON;