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 ( '00l00' ) ) ;
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-float32array-support" : " ^0.2.2"
40
+ "@stdlib/assert-has-float32array-support" : " ^0.2.2" ,
41
+ "@stdlib/error-tools-fmtprodmsg" : " ^0.2.2"
41
42
},
42
43
"devDependencies" : {
43
44
"@stdlib/assert-has-property" : " ^0.2.2" ,
92
93
"type" : " opencollective" ,
93
94
"url" : " https://opencollective.com/stdlib"
94
95
}
95
- }
96
+ }
You can’t perform that action at this time.
0 commit comments