google-cloud-tasks
Version:
Nodejs package to push tasks to Google Cloud Tasks (beta). Include pushing batches.
14 lines (12 loc) • 357 B
JavaScript
/**
* Copyright (c) 2018, Neap Pty Ltd.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
module.exports = Object.assign(require('./core'), {
fetch: require('./fetch'),
functional: require('./functional'),
promise: require('./promise')
})