feat: Moves core functionality into it's own library.
This commit is contained in:
11
Sources/CliDocCore/Nodes/Empty.swift
Normal file
11
Sources/CliDocCore/Nodes/Empty.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
/// An empty text node.
|
||||
public struct Empty: TextNode {
|
||||
|
||||
@inlinable
|
||||
public init() {}
|
||||
|
||||
@inlinable
|
||||
public var body: some TextNode {
|
||||
""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user