Module function template used per @sandersn request

This commit is contained in:
Alexander Azarov
2017-09-07 21:22:28 +03:00
parent 76105d9466
commit 6b4042f6cd
2 changed files with 3 additions and 7 deletions

View File

@@ -14,6 +14,5 @@ declare namespace Picturefill {
declare function picturefill(arg?: Picturefill.EvaluateArg): void;
declare module 'picturefill' {
export = picturefill;
}
export = picturefill;
export as namespace picturefill;

View File

@@ -1,6 +1,3 @@
{
"extends": "dtslint/dt.json",
"rules": {
"no-single-declare-module": false
}
"extends": "dtslint/dt.json"
}