source:
node_modules/es-toolkit/dist/compat/_internal/RejectReadonly.d.d.ts
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 226 bytes | |
| Line | |
|---|---|
| 1 | import { IsWritable } from './IsWritable.d.js'; |
| 2 | import { MutableList } from './MutableList.d.js'; |
| 3 | |
| 4 | type RejectReadonly<T extends MutableList<unknown>> = IsWritable<T> extends true ? T : never; |
| 5 | |
| 6 | export type { RejectReadonly }; |
Note:
See TracBrowser
for help on using the repository browser.
