UNPKG

@venly/venly-core-sdk

Version:

Javascrip/Typescript SDK for Venly's Web3 Services

10 lines 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Any = void 0; /** * Virtual any type for the property decorator. */ class Any { } exports.Any = Any; //# sourceMappingURL=any.js.map