index
:
due.moe
badges
binary_badges
cloudflare-pages
locale
main
post-svelte-5-migration
svelte-5
svelte-5-migration
svelteui
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
shared
/
src
/
index.ts
blob: 070e1f996cc4c12ca1ad73ae057563131e27d471 (
plain
) (
blame
)
1
2
3
export
type
Maybe
<
T
>
=
T
|
null
;
export
const
identity
=
<
T
>
(
value
:
T
)
:
T
=>
value
;