typed arrays: don't declare as module
TypedArrays is not a module, it is attached to the global object. Don't register it with Node's module system.
parent
b50d51ef
Please register or sign in to comment
TypedArrays is not a module, it is attached to the global object. Don't register it with Node's module system.