Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 700 Bytes

@jsii/kernel

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.

License

jsii is distributed under the Apache License, Version 2.0.

See LICENSE and NOTICE for more information.