monkeytype/packages/funbox
Leonabcd123 e8339f0a1f
feat(funbox): Add rot13 funbox (@Leonabcd123) (#7116)
### Description

Added a new funbox mode that implements the rot13 cipher, shifting each
character over by 13 places.

I'm not really sure which properties fit best with this...

Implements #6565
2025-11-26 22:40:10 +01:00
..
__test__ test: don't use globals for vitest (@fehmer) (#6871) 2025-08-14 11:25:44 +02:00
src feat(funbox): Add rot13 funbox (@Leonabcd123) (#7116) 2025-11-26 22:40:10 +01:00
.eslintrc.cjs
.oxlintrc.json chore: change oxlint config to jsonc 2025-09-11 22:04:48 +02:00
package.json chore: upgrade typescript 2025-11-24 13:33:49 +01:00
tsconfig.json chore: upgrade typescript 2025-11-24 13:33:49 +01:00
tsup.config.js build: use tsup instead of esbuild for packages (@fehmer) (#6309) 2025-03-03 13:48:50 +01:00
vitest.config.ts test: don't use globals for vitest (@fehmer) (#6871) 2025-08-14 11:25:44 +02:00