Files
DefinitelyTyped/types/element-closest/index.d.ts
2020-03-22 13:53:02 -07:00

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;