Is there a library that provides API Promise encapsulation for Mini Program TypeScrit development?

problem description

in the process of using JavaScript to develop Mini Program, there are already many wrapper libraries that convert the original Mini Program API interface into a promise-based wrapper library, so is there such a library in the TypeScrit development process?


I am using https://github.com/qiu8310/mi. (this is a complete framework including build, I wonder if there is a separate library)

Menu