astro-ghostcms/.pnpm-store/v3/files/a2/448023fb0756a22529f953927e6...

3 lines
104 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export default function _readOnlyError(name) {
throw new TypeError("\"" + name + "\" is read-only");
}