index.js 87 B

12345
  1. 'use strict';
  2. const cnsp = require('./lib/cnsp');
  3. module.exports.contracts = [cnsp];