This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Byte Size
- Remove
typeIs()
method in favor oftype
computed property
Instead of
swime.typeIs(.jpg)
you use this
swime.type == .jpg
typeIs()
method in favor of type
computed propertyInstead of
swime.typeIs(.jpg)
you use this
swime.type == .jpg