mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 03:46:07 +08:00
8 lines
298 B
TypeScript
8 lines
298 B
TypeScript
// Type definitions for Konami-js 1.4.3
|
|
// Project: https://github.com/snaptortoise/konami-js
|
|
// Definitions by: Matthieu Mourisson <https://github.com/mareek>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare class Konami {
|
|
constructor(action: string | Function);
|
|
} |