test-assignment
TypeScript icon, indicating that this package has built-in type declarations

1.10.0 • Public • Published

Description

Package with function reverseAndSwitchCases that takes input string as an input and if it contains only alphanumerical characters, reverses the order and switches lowercase to upper case and vice-versa. The output along with input and execution time of the function in miliseconds is then saved into a JSON file, object containing data that is saved into a JSON file is also being returned.

Usage

require('test-assignment');
var output = reverseAndSwitchCases("abCD12");
console.log(output);

Readme

Keywords

none

Package Sidebar

Install

npm i test-assignment

Weekly Downloads

1

Version

1.10.0

License

ISC

Unpacked Size

745 kB

Total Files

36

Last publish

Collaborators

  • xcurda