UNPKG
x12
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
A simple ASC X12 parser for NodeJS.
github.com/TrueCommerce/node-x12
TrueCommerce/node-x12
x12
/
.vscode
/
settings.json
10 lines
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude"
:
{
"**/.git"
:
true
,
"**/.DS_Store"
:
true
,
"**/*.js"
:
{
"when"
:
"$(basename).ts"
}
}
}