UNPKG
typing-speed-test-api
Version:
latest (1.0.0)
1.0.0
A simple Node.js API to calculate typing speed and accuracy based on user input.
typing-speed-test-api
/
index.js
3 lines
(2 loc)
•
99 B
JavaScript
View Raw
1
2
3
const
{ typing_speed_test } =
require
(
"./routeService"
);
module
.
exports
= { typing_speed_test };