Answers for "what is amd module used for"

0

what is amd module used for

AMD provides some CommonJS interoperability. It allows for using a similar exports and require() interface in the code, although its own define() interface is more basal and preferred.
Posted by: Guest on May-09-2021

Browse Popular Code Answers by Language