mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
'use strict';
|
|
|
|
import Alt from 'alt';
|
|
|
|
export let alt = new Alt();
|
|
export let altThirdParty = new Alt();
|