UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

8 lines 282 B
import { Module } from '../../types/index.js'; import { registerAudienceCommands } from './cli.js'; export const moduleConfig = { name: Module.audiences, description: 'Audience operations', registerCommands: registerAudienceCommands, }; //# sourceMappingURL=index.js.map