next
Version:
The React Framework
16 lines (15 loc) • 399 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "revalidatePath", {
enumerable: true,
get: function() {
return revalidatePath;
}
});
const _revalidatetag = require("./revalidate-tag");
function revalidatePath(path) {
return (0, _revalidatetag.revalidateTag)(path);
}
//# sourceMappingURL=revalidate-path.js.map