mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Miss register to Configurationoptions (#9292)
This commit is contained in:
committed by
Masahiro Wakame
parent
ddc412f754
commit
4143c4ff6f
5
i18n-node/i18n-node.d.ts
vendored
5
i18n-node/i18n-node.d.ts
vendored
@@ -50,6 +50,11 @@ declare namespace i18n {
|
||||
* json files prefix
|
||||
*/
|
||||
prefix?: string;
|
||||
|
||||
/**
|
||||
* object or [obj1, obj2] to bind the i18n api and current locale to - defaults to null
|
||||
*/
|
||||
register?: any;
|
||||
}
|
||||
export interface TranslateOptions {
|
||||
phrase: string;
|
||||
|
||||
Reference in New Issue
Block a user