EASYAIuniappNewUI/node_modules/licia/convertBase.d.ts
2025-02-08 18:50:38 +08:00

8 lines
123 B
TypeScript

declare function convertBase(
num: number | string,
from: number,
to: number
): string;
export = convertBase;