File tree Expand file tree Collapse file tree
base/reinterpret-boolean/docs/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -877,6 +877,7 @@ A total of 49 issues were closed in this release:
877877
878878<details>
879879
880+ - [`40db61d`](https://github.com/stdlib-js/stdlib/commit/40db61db7ca352e3a55a699a010d984fc05f6144) - **chore:** follow-up fixes [(#11721)](https://github.com/stdlib-js/stdlib/pull/11721) _(by Philipp Burckhardt)_
880881- [`973f832`](https://github.com/stdlib-js/stdlib/commit/973f8327ee125d0f34d1d168be7511346216f189) - **docs:** update namespace table of contents [(#11738)](https://github.com/stdlib-js/stdlib/pull/11738) _(by stdlib-bot)_
881882- [`7c878a8`](https://github.com/stdlib-js/stdlib/commit/7c878a8c3103503f9a2f7782861e3b9ccfeb33e5) - **feat:** add `rot180` to namespace _(by Athan Reines)_
882883- [`2a4f2f1`](https://github.com/stdlib-js/stdlib/commit/2a4f2f1edc5a5e3455b9be6a5390120e7b43ff79) - **feat:** add `reinterpretBoolean` to namespace _(by Athan Reines)_
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* eslint-disable space-in-parens */
20-
2119import zeros = require( './../../../../base/zeros' ) ;
2220import reinterpretBoolean = require( './index' ) ;
2321
You can’t perform that action at this time.
0 commit comments