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

9 lines (6 loc) 121 B
// useCode.d.ts declare const useCode: ( code: string, callback: () => void ) => void; export default useCode;