UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

9 lines (8 loc) 297 B
import { BaseParams } from '../types'; interface ExtractCommentsParams extends BaseParams { content: string; regexFactory(): RegExp; read?: string; } export declare function addCommentSectionKeys({ content, regexFactory, read, ...baseParams }: ExtractCommentsParams): void; export {};