mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
9 lines
196 B
TypeScript
9 lines
196 B
TypeScript
/// <reference path="angular-i18next.d.ts" />
|
|
/**
|
|
* @summary Test for "angular-i18next" with options.
|
|
*/
|
|
function testOptions() {
|
|
var $provider: I18nextProvider;
|
|
$provider.options = {};
|
|
}
|