Skip to content

Commit

Permalink
.format() and Babel-Tower interop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cronvel committed Aug 16, 2021
1 parent 826ad5f commit 558d687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ var defaultFormatter = {
exports.createFormatter = ( options ) => exports.formatMethod.bind( Object.assign( {} , defaultFormatter , options ) ) ;
exports.format = exports.formatMethod.bind( defaultFormatter ) ;
exports.format.default = defaultFormatter ;
exports.format.modes = modes ; // <-- expose modes, used by Babel-Tower for String Kit interop'



Expand Down

0 comments on commit 558d687

Please sign in to comment.