Skip to content

STRUCT

Template.Item

Contents

swift
public struct Item: Codable, Equatable, Sendable

File description for generating

Properties

path

swift
public let path: String

contents

swift
public let contents: Contents

Methods

item(path:contents:)

swift
public static func item(path: String, contents: Contents) -> Self

Released under the MIT License.