UNPKG

579 BTypeScriptView Raw
1export declare const version: any;
2export * from './project';
3export { map, filterMap, renormalizeMap, trace } from './map';
4import { exec as execFunc, run as runFunc } from './exec';
5export { build } from './build';
6export declare function resolve(name: string, parent?: string, env?: any, relativeFallback?: boolean): Promise<any>;
7export declare function resolveSync(name: string, parent?: string, env?: any, relativeFallback?: boolean): any;
8export declare const JSPM_GLOBAL_PATH: string;
9export declare const exec: typeof execFunc;
10export declare const run: typeof runFunc;