UNPKG
naics
Version:
latest (1.2.1)
1.2.1
1.1.1
1.0.1
1.0.0
0.0.1
A library for dealing with NAICS industry codes
github.com/ntdalbec/naics
ntdalbec/naics
naics
/
index.js
5 lines
(4 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
Industry
:
require
(
"./lib/Industry"
),
Category
:
require
(
"./lib/Category"
), };