refactor: add cookie.ts to lib/vscode

This commit is contained in:
Joe Previte
2021-03-17 16:08:25 -07:00
parent 9f790fd2f3
commit 5cec6208d0
3 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
export enum Cookie {
Key = "key",
}