-
Notifications
You must be signed in to change notification settings - Fork 0
/
number.ts
12 lines (12 loc) · 1.05 KB
/
number.ts
1
2
3
4
5
6
7
8
9
10
11
12
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/div-floor.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/div-mod-floor.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/div-rem.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/gcd.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/is-between.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/is-even.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/is-multiple-of.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/is-number.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/is-odd.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/lcm.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/mod-floor.ts";
export * from "https://cdn.jsdelivr.net/gh/motss/[email protected]/src/number/range.ts";