UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

5 lines (4 loc) 101 B
// Using interface to allow extensions export interface RequestContextStore { requestId: string; }