Skip to content

Latest commit

 

History

History

Frozen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Frozen

Deep Immutable (read-only) type.

Usage

import type {Frozen} from 'flown'

type State = Frozen<{
  hey: {
    hoh: 'hoh',
  },
}>