UNPKG

txq

Version:

TXQ: Bitcoin Transaction Storage Queue Service

7 lines (5 loc) 146 B
import { Router } from 'express'; import * as helmet from 'helmet'; export const handleHelmet = (router: Router) => { router.use(helmet()); };