UNPKG

express-image-validator

Version:

Validator of various image parameters in Express.js applications

8 lines (7 loc) 228 B
/** * Copyright (c) 2025 [sindresorhus](https://github.com/sindresorhus). * * Licensed under the MIT License. * @see https://github.com/sindresorhus/is-svg */ export declare function isSvg(input: Buffer | string): boolean;