UNPKG

@accounts/password

Version:

[![npm](https://img.shields.io/npm/v/@accounts/password)](https://www.npmjs.com/package/@accounts/password) [![npm downloads](https://img.shields.io/npm/dm/@accounts/password)](https://www.npmjs.com/package/@accounts/password) [![codecov](https://img.shie

11 lines (10 loc) 165 B
declare namespace Express { export interface Request { userAgent: string; ip: string; infos: { userAgent: string; ip: string; }; } }