UNPKG

use-secret-code

Version:

Custom hook for adding cheat codes to your React app

5 lines (3 loc) 156 B
declare function useCheatCode(cheatCodeKeys: string[]): boolean; declare const useSecretCode: typeof useCheatCode; export { useCheatCode, useSecretCode };