1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-14 00:23:16 +02:00
onion/js/alt.js
2015-10-07 09:31:38 +02:00

9 lines
175 B
JavaScript

'use strict';
import Alt from 'alt';
export let alt = new Alt();
export let altThirdParty = new Alt();
export let altUser = new Alt();
export let altWhitelabel = new Alt();