diff --git a/README.md b/README.md index 2071c1b..1fdb14f 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,11 @@ Binding(config) */ Binding.emit(cloudevent) +/* + * Checks if some Object and a Map of attributes + * follows the binding definition. Throw an error if did not follow + */ +Binding.check(Object, Map) ``` #### Receiver Binding