UNPKG

@zazuko/rdf-utils-fs

Version:
11 lines (10 loc) 255 B
import fromFile from './fromFile.js'; import toFile from './toFile.js'; export default class FsUtilsFactory { fromFile; toFile; init() { this.fromFile = fromFile.bind(null, this); this.toFile = toFile.bind(null, this); } }