UNPKG

kruonis

Version:
10 lines (9 loc) 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Count = void 0; class Count { calculate(values) { return values.length; } } exports.Count = Count;