mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Fix Linting
This commit is contained in:
6
types/pixi.js/index.d.ts
vendored
6
types/pixi.js/index.d.ts
vendored
@@ -3129,7 +3129,7 @@ declare namespace PIXI {
|
||||
): this;
|
||||
add(options: LoaderOptions, callback?: OnCompleteSignal): this;
|
||||
add(
|
||||
resources: (LoaderOptions | string)[],
|
||||
resources: Array<LoaderOptions | string>,
|
||||
callback?: OnCompleteSignal
|
||||
): this;
|
||||
add(...params: any[]): this;
|
||||
@@ -3239,14 +3239,14 @@ declare namespace PIXI {
|
||||
JSON,
|
||||
TEXT
|
||||
}
|
||||
type IMetadata = {
|
||||
interface IMetadata {
|
||||
loadElement?:
|
||||
| HTMLImageElement
|
||||
| HTMLAudioElement
|
||||
| HTMLVideoElement;
|
||||
skipSource?: boolean;
|
||||
mimeType?: string | string[];
|
||||
};
|
||||
}
|
||||
class Resource {
|
||||
constructor(
|
||||
name: string,
|
||||
|
||||
Reference in New Issue
Block a user