UNPKG
dexplain
Version:
latest (1.0.1)
1.0.1
1.0.0
A TypeScript library for data explanation and analysis
dexplain
/
dist
/
index.mjs
6 lines
(5 loc)
•
61 B
JavaScript
View Raw
1
2
3
4
5
6
// src/index.ts
var
add
= (a, b) => a + b; export {
add
};