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 FindingCount extends FindStateResourceBase { constructor () { super('FindingCount', 'findCount') } } module.exports = FindingCount