Skip to content

Commit

Permalink
export NIfTypes as types
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdan committed Jan 21, 2020
1 parent f2f6d06 commit 2bf2566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import {
parseMessageWithCustomArgs,
} from '@lemoncode/fonk';
import { mapCustomArgsToMessageArgs, validateNIF } from './validator.business';
import { CustomArgs } from './validator.model';
import { CustomArgs, NIFType as types } from './validator.model';

export { types };

const VALIDATOR_TYPE = 'IS_VALID_NIF';

Expand Down

0 comments on commit 2bf2566

Please sign in to comment.