UNPKG

node-secret-codes

Version:

This package provides a command-line interface (CLI) tool designed to facilitate the creation of cheat codes for games or other applications. Inspired by features like YouTube's ability to trigger special effects by typing specific keywords (e.g., typing

11 lines (8 loc) 260 B
// useTimeSensitiveCodeEachCharacter.d.ts declare const useTimeSensitiveCodeEachCharacter: ( code: string, callback: () => void, timeoutPerCharacter: number, overallTimeout: number ) => void; export default useTimeSensitiveCodeEachCharacter;