UNPKG

@d3x0r/sack-gui

Version:

SACK abstraction library exposed to JS to provide low level system services.

8 lines (4 loc) 229 B
import {netImport} from "sack.vfs/net-import" const file = netImport( "http://localhost:4334/test.js" ); const file2 = netImport( "test.js", "http://localhost:4334/" ); console.log( "files?", await file, await file2 );