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