mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
2
packages/core/index.d.ts
vendored
2
packages/core/index.d.ts
vendored
@@ -68,7 +68,7 @@ export declare const Http: {
|
||||
export { ImageAsset, ImageAssetOptions } from './image-asset';
|
||||
export { ImageSource } from './image-source';
|
||||
export { ModuleNameResolver, ModuleListProvider, PlatformContext, _setResolver } from './module-name-resolver';
|
||||
export { Screen, IDevice, Device, platformNames } from './platform';
|
||||
export { isAndroid, isIOS, Screen, IDevice, Device, platformNames } from './platform';
|
||||
// Profiling
|
||||
export { InstrumentationMode, TimerInfo, profile, enable as profilingEnable, disable as profilingDisable, time as profilingTime, uptime as profilingUptime, start as profilingStart, stop as profilingStop, isRunning as profilingIsRunning, dumpProfiles as profilingDumpProfiles, resetProfiles as profilingResetProfiles, startCPUProfile as profilingStartCPU, stopCPUProfile as profilingStopCPU } from './profiling';
|
||||
export { encoding } from './text';
|
||||
|
||||
@@ -89,7 +89,7 @@ export { ImageAsset, ImageAssetOptions } from './image-asset';
|
||||
|
||||
export { ImageSource } from './image-source';
|
||||
export { ModuleNameResolver, ModuleListProvider, PlatformContext, _setResolver } from './module-name-resolver';
|
||||
export { Screen, IDevice, Device, platformNames } from './platform';
|
||||
export { isAndroid, isIOS, Screen, IDevice, Device, platformNames } from './platform';
|
||||
|
||||
// Profiling
|
||||
export { InstrumentationMode, TimerInfo, profile, enable as profilingEnable, disable as profilingDisable, time as profilingTime, uptime as profilingUptime, start as profilingStart, stop as profilingStop, isRunning as profilingIsRunning, dumpProfiles as profilingDumpProfiles, resetProfiles as profilingResetProfiles, startCPUProfile as profilingStartCPU, stopCPUProfile as profilingStopCPU } from './profiling';
|
||||
|
||||
Reference in New Issue
Block a user