update to use tapbundle
This commit is contained in:
7
dist/npmextra.classes.keyvaluestore.d.ts
vendored
7
dist/npmextra.classes.keyvaluestore.d.ts
vendored
@@ -1,4 +1,7 @@
|
||||
export declare type TKeyValueStore = 'path' | 'gitProject' | 'custom';
|
||||
/**
|
||||
* kvStore is a simple key vlaue store to store data about projects between runs
|
||||
*/
|
||||
export declare class KeyValueStore {
|
||||
type: TKeyValueStore;
|
||||
identity: string;
|
||||
@@ -23,9 +26,5 @@ export declare class KeyValueStore {
|
||||
/**
|
||||
* computes the identity
|
||||
*/
|
||||
private initIdentity(customStringArg);
|
||||
/**
|
||||
* computes the filePath
|
||||
*/
|
||||
private initFilePath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user