File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
'use strict' ;
20
20
21
+ var format = require ( '@stdlib/error-tools-fmtprodmsg' ) ;
22
+
21
23
// TODO: write polyfill
22
24
23
25
// MAIN //
28
30
* @throws {Error } not implemented
29
31
*/
30
32
function polyfill ( ) {
31
- throw new Error ( 'not implemented' ) ;
33
+ throw new Error ( format ( '00x00' ) ) ;
32
34
}
33
35
34
-
35
36
// EXPORTS //
36
37
37
38
module . exports = polyfill ;
Original file line number Diff line number Diff line change 37
37
"url" : " https://github.com/stdlib-js/stdlib/issues"
38
38
},
39
39
"dependencies" : {
40
- "@stdlib/assert-has-int16array-support" : " ^0.2.1"
40
+ "@stdlib/assert-has-int16array-support" : " ^0.2.1" ,
41
+ "@stdlib/error-tools-fmtprodmsg" : " ^0.2.1"
41
42
},
42
43
"devDependencies" : {
43
44
"@stdlib/assert-has-property" : " ^0.2.1" ,
94
95
"type" : " opencollective" ,
95
96
"url" : " https://opencollective.com/stdlib"
96
97
}
97
- }
98
+ }
You can’t perform that action at this time.
0 commit comments