Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alladinian/essentials
- Owner: alladinian
- Created: 2021-01-18T05:59:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T07:53:27.000Z (7 months ago)
- Last Synced: 2024-04-22T09:11:41.648Z (7 months ago)
- Language: Swift
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```