README
Smol Flash
A smol flash package for Express.
Requires
- express
- express-sessions
Usage
flash(req)
to get any flashes.
flash(req, content)
to set the flash.
A smol flash package for Express.
<script type="module">
import smolFlash from 'https://cdn.skypack.dev/smol-flash';
</script>
A smol flash package for Express.
flash(req)
to get any flashes.
flash(req, content)
to set the flash.