UNPKG

multiform-validator

Version:

Javascript library made to validate, several form fields, such as: email, images, phone, password, cpf etc.

8 lines (7 loc) 281 B
/** * Checks if a given file buffer represents a valid PDF file. * @param fileBuffer - The buffer containing the file data. * @returns A boolean indicating whether the file is a valid PDF. */ declare function isValidPdf(fileBuffer: Buffer): boolean; export default isValidPdf;