UNPKG

@skazka/aws

Version:
12 lines (9 loc) 186 B
/* istanbul ignore file */ const client = require('./client'); const actions = require('./actions'); const port = require('./port'); module.exports = { client, actions, port, };