UNPKG

tronbox

Version:

TronBox - Simple development framework for Tron

1 lines 143 B
"use strict";var path=require("path");module.exports=function(filePath){delete require.cache[path.resolve(filePath)];return require(filePath)};