UNPKG

@mark01/express-utils

Version:

npm package that contains utilities for express.js

7 lines (6 loc) 165 B
import type { Request } from 'express'; export declare const getDeviceID: (request: Request) => { device: string; ip: string; }; export default getDeviceID;