UNPKG

280 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/util authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3import others from "./detectOther.js";
4import { packageInfo } from "./packageInfo.js";
5import { detectPackage } from "./versionDetect.js";
6detectPackage(packageInfo, null, others);
\No newline at end of file