UNPKG

inertia-sails

Version:
5 lines (4 loc) 179 B
const { PARTIAL_COMPONENT } = require('./inertia-headers') module.exports = function isInertiaPartialRequest(req, component) { return req.get(PARTIAL_COMPONENT) === component }