devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.16k stars 290 forks source link

How to import Then global #92

Closed kennenfromchina closed 2 years ago

kennenfromchina commented 2 years ago

I want use then in global

berbschloe commented 2 years ago

What I think you are looking for is this: How to import a Swift framework globally?

In main.swift add @_exported import Then