This module contains a Wing-based implementation of the built-in cloud
library. It's a work in progresss as part of a migration for our internal codebase.
Here are the resources available so far:
- Counter
npm i @winglibs/cloudv2
bring cloudv2 as cloud;
let counter = new cloud.Counter();
This library is licensed under the MIT License.