mirror of
https://github.com/musix-org/musix-oss
synced 2026-05-12 21:54:53 +00:00
Modules
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
require('../../modules/es.array-buffer.constructor');
|
||||
require('../../modules/es.object.to-string');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.ArrayBuffer;
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
require('../../modules/es.array-buffer.constructor');
|
||||
require('../../modules/es.array-buffer.is-view');
|
||||
require('../../modules/es.array-buffer.slice');
|
||||
require('../../modules/es.object.to-string');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.ArrayBuffer;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.array-buffer.is-view');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.ArrayBuffer.isView;
|
||||
+1
@@ -0,0 +1 @@
|
||||
require('../../modules/es.array-buffer.slice');
|
||||
Reference in New Issue
Block a user