pub use Boolen and Number for types module

This commit is contained in:
Eryn Wells 2016-12-29 12:33:11 -05:00
parent 8d38ac4441
commit 8f2a93f813

View file

@ -2,5 +2,8 @@
* Eryn Wells <eryn@erynwells.me>
*/
pub use self::boolean::Boolean;
pub use self::number::Number;
pub mod boolean;
pub mod number;