UNPKG

177 BJavaScriptView Raw
1import { detectPackage } from '@polkadot/util';
2import others from './detectOther.js';
3import { packageInfo } from './packageInfo.js';
4detectPackage(packageInfo, null, others);