Function: unload()
unload(
path):Promise<boolean>
Defined in: packages/bakit/src/lib/loader/loader.ts:70
Remove the previous version of the file.
Parameters
path
string
Path to unload.
Returns
Promise<boolean>
true for unloaded successfully, false for unload failed.