Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(math): compatible with new logger api
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Oct 23, 2023
1 parent a51d7d2 commit 49d1a28
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/math/src/math.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import {globalAlwatr} from '@alwatr/logger';
import {definePackage} from '@alwatr/logger';

import type {TransformRangeOptions} from './type.js';
export {UnicodeDigits, type UnicodeLangKeys} from './unicode-digits.js';

globalAlwatr.registeredList.push({
name: '@alwatr/math',
version: _ALWATR_VERSION_,
});
definePackage('math', '1.x');

/**
* Number.isFinite simple polyfill
Expand Down

0 comments on commit 49d1a28

Please sign in to comment.