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

10 lines (7 loc) 181 B
// useTimeSensitiveCode.d.ts declare const useTimeSensitiveCode: ( code: string, callback: () => void, timeout: number ) => void; export default useTimeSensitiveCode;