UNPKG

strapi-plugin-placeholder

Version:
9 lines (6 loc) 153 B
'use strict'; const schema = require('./schema'); module.exports = { default: () => ({}), validator: async (config) => schema.validate(config), };