Files
Pipi Chen b8a3516cd6 update
2020-05-07 01:02:44 +08:00

3 lines
109 B
TypeScript

declare function unmanaged(): (target: any, targetKey: string, index: number) => void;
export { unmanaged };