mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +00:00
* Updated "delaunator" typings to version 3.0 * delaunator: fix wrong $ExpectType in test * delaunator: export class -> export default class * delaunator: handle both: UMD & ES module files. * TypeScript >= 2.7 required * flag 'esModuleInterop' in tsconfig required * thanks @weswigham for the help