mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-12 20:04:57 +02:00
4 lines
155 B
JavaScript
4 lines
155 B
JavaScript
import assertClassBrand from "./assertClassBrand.js";
|
|
export default function _classPrivateSetter(s, r, a, t) {
|
|
return r(assertClassBrand(s, a), t), t;
|
|
} |