tangled
alpha
login
or
join now
ajamesphillips.com
/
leaflet
forked from
leaflet.pub/leaflet
a tool for shared writing and social publishing
0
fork
atom
overview
issues
pulls
pipelines
leaflet
/
my-types.d.ts
at
debug/datetime
3 lines
93 B
view raw
1
type
SafeArray
<
T
>
=
Omit
<
Array
<
T
>
,
number
>
&
{
2
readonly
[
index
:
number
]
:
T
|
undefined
;
3
}
;