UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

10 lines (7 loc) 209 B
const FindStateResourceBase = require('../finding/find-base') class StorageSearch extends FindStateResourceBase { constructor () { super('StorageSearch', 'search') } } module.exports = StorageSearch