mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Module function template used per @sandersn request
This commit is contained in:
5
types/picturefill/index.d.ts
vendored
5
types/picturefill/index.d.ts
vendored
@@ -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