UNPKG

kindergarten

Version:

Kindergarten is a JavaScript library which helps programmers to achieve modular security using sandbox pattern

8 lines (6 loc) 100 B
import Definition from './Definition'; import Type from './Type'; export { Definition, Type };