// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Fábio Henrique de Lima Silva (fhl.bsb@gmail.com) All rights reserved.
use DropData;
use PathBuf;
/// Checks whether the drag-and-drop data contains a valid NAM model file.
///
/// Accepts files with `.nam` (JSON) or `.namb` (compact binary) extension.
/// Returns the `PathBuf` of the first valid file found, or `None`.
pub