Skip to content

Commit

Permalink
Scalar should not be deprecated because it is used in UMD (#15914)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW authored Nov 29, 2024
1 parent 562df48 commit fe9367e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dev/core/src/Maths/math.scalar.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/* eslint-disable @typescript-eslint/naming-convention */
import * as functions from "./math.scalar.functions";

const HCF: (a: number, b: number) => number = functions.HighestCommonFactor;

/**
* Scalar computation library
* @deprecated Please use the scalar functions
*/
/* eslint-disable @typescript-eslint/naming-convention */
export const Scalar = {
...functions,

Expand Down

0 comments on commit fe9367e

Please sign in to comment.