UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

9 lines 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const package_json_1 = require("../../package.json"); class LibraryConstants { } LibraryConstants.LIB_NAME = "adyen-node-api-library"; LibraryConstants.LIB_VERSION = package_json_1.version; exports.default = LibraryConstants; //# sourceMappingURL=libraryConstants.js.map