source:
node_modules/es-toolkit/dist/compat/_internal/RejectReadonly.d.d.mts@
a762898
| Last change on this file since a762898 was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 228 bytes | |
| Line | |
|---|---|
| 1 | import { IsWritable } from './IsWritable.d.mjs'; |
| 2 | import { MutableList } from './MutableList.d.mjs'; |
| 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.
