update to latest standards

This commit is contained in:
2017-03-18 16:23:47 +01:00
parent f056e062b3
commit 07610c007c
18 changed files with 808 additions and 185 deletions

View File

@@ -1,7 +1,19 @@
export declare let cwd: string;
export declare let packageDir: string;
/**
* keyValue base path
*/
export declare let kvBase: string;
export declare let kvCusomDir: string;
/**
* the base directory for custom string based key value store
*/
export declare let kvCustomDir: string;
/**
* the subdir for git based keyValue
*/
export declare let kvGitDir: string;
/**
* keyValue for path based Key
*/
export declare let kvPathDir: string;
export declare let configFile: string;