blob: 657fce4f9bc3ce598a9ab230db57f940a01f3453 [file] [log] [blame]
// Since "hammerjs" is not included in the types=[] array in
// tsconfig, this should result in a compile error: TS2304: Cannot find name 'Hammer'
console.log(typeof Hammer);