An open API service indexing awesome lists of open source software.

https://github.com/vergegroup/typedidentifier


https://github.com/vergegroup/typedidentifier

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Typed Identifier

```swift
struct MyIdentifiable: TypedIdentifiable {
var id: ObjectIdentifier

typealias TypedIdentifierRawValue = String

var typedID: TypedID {
.init("A")
}
}
```