UNPKG

gati-beta

Version:

Beta version for Gati library

8 lines 192 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.add = void 0; function add(a, b) { return a + b; } exports.add = add; //# sourceMappingURL=index.js.map