UNPKG

fliphub-monorepo

Version:
9 lines (7 loc) 163 B
const flipcache = require('../src') // is a .to example // on-the-fly const onthefly = flipcache .from('fromfile').end() .to('otherfile') .autoRemove(2000)