UNPKG

@sendgrid/helpers

Version:

Twilio SendGrid NodeJS internal helpers

7 lines (5 loc) 195 B
/** * Wrap substitutions */ declare function wrapSubstitutions(substitutions: { [key: string]: string }, left?: string, right?: string): { [key: string]: string }; export = wrapSubstitutions;