UNPKG

@eluvio/elv-utils-js

Version:

Utilities for the Eluvio Content Fabric

23 lines (19 loc) 343 B
const {NewOpt} = require('../options') const blueprint = { name: 'ArgLroId', options: [ NewOpt('lroId', { descTemplate: 'ID of LRO{X} (should start with \'tlro\')', implies: 'writeToken', type: 'string' }) ] } const New = () => { // instance interface return {} } module.exports = { blueprint, New }