Skip to content

Commit

Permalink
feat(decorated-merger.ts): export decorators at root
Browse files Browse the repository at this point in the history
Neckaros committed Nov 24, 2018
1 parent ce70310 commit 3e6f497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decorated-merger.ts
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ import {
getEquatable,
getEquatableForClass
} from './decorators'
export { Equatable, Exclude, Include } from './decorators'

interface MergeOptions {
group?: string

0 comments on commit 3e6f497

Please sign in to comment.