4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
import { Dict, Scope } from "../typing";
|
|
import { I18n } from "../I18n";
|
|
export declare function getFullScope(i18n: I18n, scope: Scope, options: Dict): string;
|