Skip to content

Commit bcc1b55

Browse files
committed
stuff.
1 parent 45f1817 commit bcc1b55

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Arguments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Arg {
1+
export class Arg {
22
private constructor(
33
private description: string,
44
private matchingFunction: (arg: any) => boolean

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Substitute } from './Substitute';
22

3-
export { ObjectSubstitute, PropertySubstitute, FunctionSubstitute } from './Transformations';
43
export { Arg } from './Arguments';
54
export { Substitute };
65

0 commit comments

Comments
 (0)