11 lines
160 B
Swift
11 lines
160 B
Swift
//
|
|
// Dictionary+Extensions.swift
|
|
//
|
|
//
|
|
// Created by Brent Simmons on 9/23/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public typealias StringDictionary = [String: String]
|