Files
memecoin-botV2/.pnpm-store/v10/files/96/0ebd3586af5ad2be52847dcff4eb71645a22ad354d847231639368b51a3fe78590870d08f6bce75ac279296d9d9581ae8d6da693241650624e9c3117fe503b

10 lines
200 B
Plaintext

/**
* @deprecated
* @module
*/
import { pallas as pn, vesta as vn } from './misc.ts';
/** @deprecated */
export const pallas: typeof pn = pn;
/** @deprecated */
export const vesta: typeof vn = vn;