UNPKG

youtube-moosick

Version:

Unofficial Youtube music API, fully written in TypeScript

6 lines 215 B
/* eslint-disable @typescript-eslint/no-unsafe-member-access */ export function frozen(target, _) { Object.freeze(target); Object.freeze(target.prototype); } //# sourceMappingURL=frozen.decorator.js.map