Nuxt/test/fixtures/with-config/middleware/noop.js

4 lines
42 B
JavaScript
Raw Normal View History

2017-05-21 17:18:26 +00:00
export default function () {
2017-10-31 13:26:19 +00:00
// NOOP!
}