Skip to content

Commit

Permalink
feat(classes): expose Constructible type
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Mar 6, 2021
1 parent b2dd592 commit 2c3eaf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/classes/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
export * from './lib/classes';
export * from './lib/decorators';
export * from './lib/constants';
export { prePropertiesLoop } from './lib/utils';
export { isMultipartSourcePathsInSource } from './lib/utils';
export { isDestinationPathOnSource } from './lib/utils';
export { exploreMetadata } from './lib/utils';
export * from './lib/types';

0 comments on commit 2c3eaf0

Please sign in to comment.