UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

8 lines (6 loc) 218 B
import { StringEnum } from "./utils/string-enum.js"; //#region src/shared/responsive.ts const resolution = StringEnum(["mobile", "desktop"]); //#endregion export { resolution }; //# sourceMappingURL=responsive.js.map