UNPKG

fcr-core

Version:

Core APIs for building online scenes

4 lines (3 loc) 199 B
import packageInfo from '../../package.json'; export declare const getVersion: () => string; export declare const getDependenciesInfo: (packageName: keyof typeof packageInfo.dependencies) => string;