Skip to content

Commit

Permalink
update docs blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Nov 22, 2024
1 parent 6a531fc commit a8f0f3a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/types/result.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

/** This is just a helper type used only within this file */
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/utils/math/circle.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

import * as triangle from './triangles';
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/utils/math/conversions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

/** Converts degrees to radians
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/utils/math/fractions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

import { gcf } from './gcf';
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/utils/math/gcf.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

/** Solves the GCF (Greatest Common Factor) using the **Euclidean Algorithm**
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/utils/math/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

import * as circles from './circle';
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/utils/math/triangles.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

import { dtr } from './conversions';
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/lib/ts/utils/math/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
jsrepo 1.2.1
jsrepo 1.3.0
Installed from github/ieedan/std
11-21-2024
11-22-2024
*/

export type Point = {
Expand Down

0 comments on commit a8f0f3a

Please sign in to comment.