Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/methods/__m"

Index

Functions

Functions

__m

  • __m<T>(method: T, ...args: Parameters<T>): {}
  • Get map of translations for a given phrase in each language.

    Type parameters

    • T: (...args: any) => any

    Parameters

    • method: T

      Source translation method to use.

    • Rest ...args: Parameters<T>

    Returns {}

    Map of translations.

Generated using TypeDoc