// Type definitions for Konami-js 1.4.3 // Project: https://github.com/snaptortoise/konami-js // Definitions by: Matthieu Mourisson // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare class Konami { constructor(action: string | Function); }