UNPKG

@skazka/aws

Version:
14 lines (11 loc) 241 B
/* istanbul ignore file */ const client = require('./client'); const events = require('./events'); const actions = require('./actions'); const convert = require('./convert'); module.exports = { client, events, actions, convert, };