UNPKG
dev-sync-injector
Version:
latest (1.2.1)
1.2.1
1.1.3
1.1.1
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
for hot update receiver
Sinpo96/simple-dev-sync
dev-sync-injector
/
dist
/
utils
/
getPackagePath.d.ts
6 lines
(5 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
getPackageFullPath
:
(
packageName
:
string
) =>
string
;
declare
const
getAllPackageStorePath
:
() =>
{ [
key
:
string
]:
string
; };
export
{ getPackageFullPath, getAllPackageStorePath };