blob: b37ecba8bfd04e2fddd06c3aba04ff12cce6e8c2 [file] [log] [blame]
// Copyright (C) 2020 Bradley Farias. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
export { Mercury, Mercury as "☿" };
function Mercury() {}
globalThis.Mercury = Mercury;