File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818
1919'use strict' ;
2020
21+ var format = require ( '@stdlib/error-tools-fmtprodmsg' ) ;
22+
2123// TODO: write polyfill
2224
2325// MAIN //
2830* @throws {Error } not implemented
2931*/
3032function polyfill ( ) {
31- throw new Error ( 'not implemented' ) ;
33+ throw new Error ( format ( '02P00' ) ) ;
3234}
3335
34-
3536// EXPORTS //
3637
3738module . exports = polyfill ;
Original file line number Diff line number Diff line change 3737 "url" : " https://github.com/stdlib-js/stdlib/issues"
3838 },
3939 "dependencies" : {
40- "@stdlib/assert-has-uint16array-support" : " ^0.2.2"
40+ "@stdlib/assert-has-uint16array-support" : " ^0.2.2" ,
41+ "@stdlib/error-tools-fmtprodmsg" : " ^0.2.2"
4142 },
4243 "devDependencies" : {
4344 "@stdlib/assert-has-property" : " ^0.2.2" ,
9596 "type" : " opencollective" ,
9697 "url" : " https://opencollective.com/stdlib"
9798 }
98- }
99+ }
You can’t perform that action at this time.
0 commit comments