@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
12 lines • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseCreateOperatorProps = void 0;
const parseCreateOperatorProps = async (props) => {
return {
...props,
name: props.name.trim(),
description: props.description.trim(),
};
};
exports.parseCreateOperatorProps = parseCreateOperatorProps;
//# sourceMappingURL=parse-create-operator-props.js.map