UNPKG

@globalart/nestcord

Version:

A module for creating Discord bots using NestJS, based on Discord.js

2 lines (1 loc) 73 B
export type TranslationFn = (key: string, ...args: unknown[]) => string;