UNPKG

structured-data-testing-tool

Version:

A library and command line tool to help test for Structured Data.

10 lines (8 loc) 234 B
const { _simpleArticlePrototype } = require('../Article') const Report = { ..._simpleArticlePrototype('Report'), description: 'A Report generated by governmental or non-governmental organization.' } module.exports = { Report }