index
:
youtoo
trunk
YouToo - A program to download playlists from YouTube and organise them automatically
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
got
/
dist
/
source
/
utils
/
deep-freeze.d.ts
blob: 7c33e5c6c739988b047ba9d3012cc2f2d1e20848 (
plain
)
1
export
default
function
deepFreeze
<
T
extends
Record
<
string
,
any
>>
(
object
:
T
)
:
Readonly
<
T
>
;