This website works better with JavaScript.
Explore
Help
Sign In
silberengel
/
gc-alexandria
Watch
1
Star
0
Fork
You've already forked gc-alexandria
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
clone of repo on github
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
13 MiB
Svelte
49.3%
TypeScript
45.7%
JavaScript
2.6%
CSS
2.3%
Tree:
a86c1ccfff
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a86c1ccfff'
${ noResults }
gc-alexandria
/
src
/
lib
/
stores.ts
3 lines
86 B
Raw
Blame
History
import
{
writable
}
from
"svelte/store"
;
export
let
idList
=
writable
<
string
[
]
>
(
[
]
)
;
Reference in new issue
Copy Permalink