Implements interaction API between jsii proxy classes and jsii modules, part of the jsii project.
The @jsii/kernel is a library, normally hosted within a @jsii/runtime process. It provides the basic interaction API that allows language-specific proxy object to interact with javascript objects they represent.
See api.ts
for request/response API.
jsii is distributed under the Apache License, Version 2.0.