UNPKG

nuxt-social-tags

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href]

6 lines (5 loc) 227 B
module.exports = function(...args) { return import('./module.mjs').then(m => m.default.call(this, ...args)) } const _meta = module.exports.meta = require('./module.json') module.exports.getMeta = () => Promise.resolve(_meta)