UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

6 lines (5 loc) 212 B
import { Equals } from "./Equals.js"; //#region src/compat/_internal/IsWritable.d.ts type IsWritable<T> = Equals<{ [K in keyof T]: T[K] }, { -readonly [K in keyof T]: T[K] }>; //#endregion export { IsWritable };