UNPKG

@reactant/context

Version:
5 lines (4 loc) 302 B
import { Pkg, Dependencies } from '@reactant/types'; export declare function getPkg(rootPath: string, platformName?: string): Pkg; export declare function getReactantDependencies(dependencies: Dependencies): Dependencies; export declare function mergeDependencies(pkg: Pkg, newPkg: Partial<Pkg>): Pkg;