mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Module function template used per @sandersn request
This commit is contained in:
Vendored
+2
-3
@@ -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;
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"no-single-declare-module": false
|
||||
}
|
||||
"extends": "dtslint/dt.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user