UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

4 lines (3 loc) 130 B
export declare function formatPlaceholder(text?: string | null, params?: { [key: string]: any; }): string | null | undefined;