Export implemented operation functions (called predefined operations in source) as an object.
This way we can initialize them easier with object spread.
If we want to "map" them to different names we won't get any benefits, but it's nice to have the option.
Export implemented operation functions (called predefined operations in source) as an object. This way we can initialize them easier with object spread. If we want to "map" them to different names we won't get any benefits, but it's nice to have the option.
It's a breaking change obviously.