Files
data-lite-coder/Sources/DLCDecoder/Protocols/KeyCheckingDecoder.swift
2025-10-27 20:08:27 +02:00

6 lines
112 B
Swift

import Foundation
package protocol KeyCheckingDecoder: Decoder {
func contains(_ key: CodingKey) -> Bool
}