UNPKG
@arquetic/billbo
Version:
latest (0.0.14)
0.0.14
0.0.13
0.0.12
Utilities for the national tax billing system of Bolivia
github.com/aleftos/billbo
aleftos/billbo
@arquetic/billbo
/
index.js
12 lines
(11 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * Coder & programmer: Luis Sanabria * Copyright: (c) Arquetic.org 2019 * Date: March, 2019 * GitHub: https://github.com/aleftos/billbo * Summary: Utilities for the national tax billing system of Bolivian country. */
const
cuf
=
require(
'./lib/cuf'
);
module
.
exports
= { cuf }