mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Add test for "angular-i18next" definition.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/// <reference path="angular-i18next.d.ts" />
|
||||
/**
|
||||
* @summary Test for "angular-i18next" with options.
|
||||
*/
|
||||
function testOptions() {
|
||||
var $provider: I18nextProvider;
|
||||
$provider.options = {};
|
||||
}
|
||||
Reference in New Issue
Block a user