mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix missing requires
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user