summaryrefslogtreecommitdiff
path: root/src/node_modules/inversify/dts/annotation/unmanaged.d.ts
blob: 4f7879f6fb6cd3250481e563c7ac1b87de14007a (plain)
1
2
declare function unmanaged(): (target: any, targetKey: string, index: number) => void;
export { unmanaged };