Searched refs:ExpoCliStateObject (Results 1 – 2 of 2) sorted by relevance
21 type ExpoCliStateObject = { alias76 async function getExpoCliStateAsync(): Promise<ExpoCliStateObject> {77 return JsonFile.readAsync<ExpoCliStateObject>(getExpoCliStatePath());84 await JsonFile.writeAsync<ExpoCliStateObject>(getExpoCliStatePath(), newState);
19 type ExpoCliStateObject = { alias56 async function getExpoCliStateAsync(): Promise<ExpoCliStateObject> {57 return JsonFile.readAsync<ExpoCliStateObject>(getExpoCliStatePath());