UNPKG

skinjs

Version:

skinjs is an AOP and COP (Contract Oriented Programming ) library which enables to create a more error prone and clean code

7 lines (6 loc) 145 B
var AV = require('./src/aspectValidator'); var C = require('./src/contracts.js'); module.exports ={ 'aspect':AV, 'contracts': C };