UNPKG

text-encrypter

Version:

The library to encrypt/decrypt text using caesar cipher mechanism

8 lines (6 loc) 146 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ const config = { preset: 'ts-jest', testEnvironment: 'node', }; export default config;