UNPKG

@typescript-package/wrap-property

Version:

A lightweight TypeScript package for wrapping object properties.

4 lines (3 loc) 186 B
export { WrapProperty } from './wrap-property.class'; export { WrapPropertyBase } from './wrap-property-base.abstract'; export { WrapPropertyCore } from './wrap-property-core.abstract';