UNPKG

nuxt-schema-org

Version:

The quickest and easiest way to build Schema.org graphs for Nuxt.

17 lines (11 loc) 452 B
'use strict'; const schemaOrg = require('@unhead/schema-org'); Object.prototype.hasOwnProperty.call(schemaOrg, '__proto__') && !Object.prototype.hasOwnProperty.call(exports, '__proto__') && Object.defineProperty(exports, '__proto__', { enumerable: true, value: schemaOrg['__proto__'] }); Object.keys(schemaOrg).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemaOrg[k]; });