Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alladinian/essentials

Essential components for iOS & macOS projects
https://github.com/alladinian/essentials

Last synced: 8 days ago
JSON representation

Essential components for iOS & macOS projects

Awesome Lists containing this project

README

        

# Essentials

A collection of essential helpers & utils for iOS & macOS projects

---

### Common

**Bool**

```swift
true.asString // => "true"
true.asInt // => 1
```