UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

8 lines 295 B
import { Module } from '../../types/index.js'; import { registerContactsCommands } from './cli.js'; export const moduleConfig = { name: Module.contacts, description: 'Manage contacts in your audiences', registerCommands: registerContactsCommands, }; //# sourceMappingURL=index.js.map