UNPKG

@puq/meta

Version:

A TypeScript utility for managing resource metadata using the reflect-metadata library. This module provides a way to define and retrieve metadata for resource entities, such as entity classes, names, paths, and public access flags, typically used in fram

12 lines (11 loc) 388 B
import { _ as e } from "@swc/helpers/_/_object_spread"; import { _ as r } from "@swc/helpers/_/_object_spread_props"; import { ResourceMetadataManager as t } from './resource-metadata-manager.js'; export function SetResourceMetadata(o) { return (s)=>{ t.set(r(e({}, o), { target: s })); }; } //# sourceMappingURL=set-resource-metadata.decorator.js.map