James Prado 81d4444dff Add regex for BIP44 Strings (#1035)
* Add regex check for BIP44 paths

* Add tests for BIP44 regex

* Remove '/config' from excluded paths in jest

* update path

* Update Validator tests & remove old dPathRegex tests

* Test hardcoded dpaths
2018-02-26 19:20:41 -06:00

6 lines
141 B
TypeScript

export * from './data';
export * from './bity';
export * from './addressMessages';
export * from './helpArticles';
export * from './dpaths';