1.2.3 • Published 2 years ago

@fahslaj/emoji-math v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@fahslaj/emoji-math

Performs basic arithmetic operations using emoji strings to represent expressions.

Usage

const { evaluate } = require('@fahslaj/emoji-math');

const result = evaluate("1️⃣2️⃣➕2️⃣✖️6️⃣➗3️⃣");
console.log(`Result: ${result}`); // Result: 1️⃣6️⃣
1.2.3

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago