Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Framework

Index

Type Aliases

Variables

Type Aliases

Func: ((...args: any[]) => any)

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Variables

$: ((selector: Selector) => Collection) & { imagesLoaded: ((images?: Collection) => Promise<void>); parseHTML: ((html: string) => Collection); ready: (() => Promise<void>); scrollTo: ((to: number, duration?: number) => void) } & { httpRequest: ((parameters: httpRequest) => Promise<any>) } = ...

Generated using TypeDoc