4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
import '@tsmetadata/polyfill';
|
|
export * from './interface';
|
|
export * from './mixin';
|
|
export * from './impl';
|