UNPKG

salesforce-alm

Version:

This package contains tools, and APIs, for an improved salesforce.com developer experience.

8 lines (7 loc) 161 B
/** * Function to compute the proper project directory. You would find .git in this location. */ declare const local: { getPath(): any; }; export = local;