mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-15 16:54:26 +00:00
10 lines
330 B
TypeScript
10 lines
330 B
TypeScript
// Type definitions for element-closest 3.0
|
|
// Project: https://github.com/jonathantneal/closest#readme
|
|
// Definitions by: hikiko4ern <https://github.com/hikiko4ern>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.7
|
|
|
|
declare function polyfill(window: Window): void;
|
|
|
|
export = polyfill;
|