Cleanup built-in constructor modules.

This commit is contained in:
John-David Dalton
2017-01-09 17:56:33 -08:00
parent 9e467f872e
commit 44950212a0
7 changed files with 2 additions and 13 deletions

View File

@@ -1,6 +1,3 @@
import root from './_root.js';
/** Built-in value references. */
const Uint8Array = root.Uint8Array;
export default Uint8Array;
export default root.Uint8Array;