1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-24 10:16:29 +02:00
onion/js/alt.js

9 lines
175 B
JavaScript
Raw Normal View History

'use strict';
2015-05-13 16:26:12 +02:00
import Alt from 'alt';
export let alt = new Alt();
export let altThirdParty = new Alt();
export let altUser = new Alt();
export let altWhitelabel = new Alt();