@larksuiteoapi/card
Version:
larksuite open api card sdk
11 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getHandler = exports.setHandler = void 0;
const appID2Handler = new Map();
exports.setHandler = (conf, handler) => {
appID2Handler.set(conf.getAppSettings().appID, handler);
};
exports.getHandler = (conf) => {
return appID2Handler.get(conf.getAppSettings().appID);
};
//# sourceMappingURL=card.js.map