UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

7 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SHOW_TRAFFIC = 'SHOW_TRAFFIC'; exports.HIDE_TRAFFIC = 'HIDE_TRAFFIC'; exports.showTraffic = () => ({ type: exports.SHOW_TRAFFIC }); exports.hideTraffic = () => ({ type: exports.HIDE_TRAFFIC }); //# sourceMappingURL=flags.js.map