mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
8f2a93ff39
This reverts commit 325651b581
.
9 lines
175 B
JavaScript
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();
|