Searched refs:serializeToDatFileFormat (Results 1 – 2 of 2) sorted by relevance
4 const serializeToDatFileFormat = require('./serialize-to-dat-file-format'); constant79 const actual = serializeToDatFileFormat(node, opts.treeAdapter);
80 module.exports = function serializeToDatFileFormat(rootNode, treeAdapter) { function