Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 154 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 154 Bytes

Frozen

Deep Immutable (read-only) type.

Usage

import type {Frozen} from 'flown'

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