To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used. Select below a type of object currently browsed in order to display its associated SWHID and permalink.
swh:1:cnt:036a5a0e21962e5f62c77007c5f33af7637e2f21
import {writable} from 'svelte/store'; export const modal = writable(null); export const windowStyle = writable({});