UNPKG

@4lch4/toggl-aid

Version:

A wrapper library for interacting with the Toggl API.

8 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Weekly = void 0; const BaseEndpoint_1 = require("../BaseEndpoint"); class Weekly extends BaseEndpoint_1.BaseEndpoint { } exports.Weekly = Weekly; //# sourceMappingURL=Weekly.js.map