Update system-api.md

This commit is contained in:
Homa Wong 2017-02-20 00:57:12 -08:00 committed by GitHub
parent 89b6d9ce47
commit e83c8a505e

View File

@ -138,6 +138,11 @@ SystemJS registry object supporting:
See also [SystemJS.newModule](#systemjsnewmoduleobject---module).
#### SystemJS.resolveSync(moduleName)
Type: `Function`
Resolves module name to normalized URL.
#### SystemJS.set(moduleName, Module)
Type: `Function`