@oneblink/sdk-core
    Preparing search index...

    Type Alias ReplaceInjectablesFormatters

    type ReplaceInjectablesFormatters = {
        formatCurrency: (value: number) => string;
        formatDate: (value: string) => string;
        formatDateTime: (value: string) => string;
        formatNumber: (value: number) => string;
        formatTime: (value: string) => string;
    }
    Index

    Properties

    formatCurrency: (value: number) => string

    A function to format any numbers as currency.

    formatDate: (value: string) => string

    A function to format any dates.

    formatDateTime: (value: string) => string

    A function to format any date/times.

    formatNumber: (value: number) => string

    A function to format any numbers.

    formatTime: (value: string) => string

    A function to format any times.