UNPKG

structured-data-testing-tool

Version:

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

10 lines (8 loc) 287 B
const { _simpleArticlePrototype } = require('../Article') const SocialMediaPosting = { ..._simpleArticlePrototype('SocialMediaPosting'), description: 'A post to a social media platform, including blog posts, tweets, Facebook posts, etc.' } module.exports = { SocialMediaPosting }