fix missing requires

This commit is contained in:
thecodrr
2019-12-14 16:17:18 +05:00
parent cb5f6ade62
commit d1e39cef36

View File

@@ -1,3 +1,6 @@
var tfun = require("transfun/transfun.js").tfun;
tfun = global.tfun;
export function extractValues(obj) {
const t = [];
for (let key in obj) {