/**
 * IDCardChecker 中国居民身份证检查
 * @author weihongyu12<weihongyu12@outlook.com>
 * @licence MIT License
 * @version 2.0.0
 */
export { default as validate } from './validate';
export { default as pattern } from './pattern';
export { default as province } from './province';
export { default as birthDate } from './birthDate';
export { default as gender } from './gender';
