UNPKG

@types/jquery

Version:
8 lines (5 loc) 276 B
/// <reference path="index.d.ts" /> // jQuery factory for environments without a window (CommonJS) // Usage: const { jQueryFactory } = require("jquery/factory"); // const $ = jQueryFactory(window); export declare function jQueryFactory(window: Window): JQueryStatic;