Skip to content

Commit

Permalink
docs(utils): fix @file descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed May 13, 2023
1 parent a194ee3 commit b9aec0d
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/utils/is-app-env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isAppEnv
* @file Utilities - isAppEnv
* @module tutils/utils/isAppEnv
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-big-int.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isBigInt
* @file Utilities - isBigInt
* @module tutils/utils/isBigInt
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-boolean.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isBoolean
* @file Utilities - isBoolean
* @module tutils/utils/isBoolean
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-booleanish.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isBooleanish
* @file Utilities - isBooleanish
* @module tutils/utils/isBooleanish
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-empty-string.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isEmptyString
* @file Utilities - isEmptyString
* @module tutils/utils/isEmptyString
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-empty-value.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isEmptyValue
* @file Utilities - isEmptyValue
* @module tutils/utils/isEmptyValue
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-function.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isFunction
* @file Utilities - isFunction
* @module tutils/utils/isFunction
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-json-primitive.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isJsonPrimitive
* @file Utilities - isJsonPrimitive
* @module tutils/utils/isJsonPrimitive
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-nil.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isNIL
* @file Utilities - isNIL
* @module tutils/utils/isNIL
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-node-env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isNodeEnv
* @file Utilities - isNodeEnv
* @module tutils/utils/isNodeEnv
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-null.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isNull
* @file Utilities - isNull
* @module tutils/utils/isNull
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-number.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isNumber
* @file Utilities - isNumber
* @module tutils/utils/isNumber
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-numeric.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isNumeric
* @file Utilities - isNumeric
* @module tutils/utils/isNumeric
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-object-plain.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isObjectPlain
* @file Utilities - isObjectPlain
* @module tutils/utils/isObjectPlain
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-primitive.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isPrimitive
* @file Utilities - isPrimitive
* @module tutils/utils/isPrimitive
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-string.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isString
* @file Utilities - isString
* @module tutils/utils/isString
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-symbol.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isSymbol
* @file Utilities - isSymbol
* @module tutils/utils/isSymbol
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/is-undefined.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file Type Guards - isUndefined
* @file Utilities - isUndefined
* @module tutils/utils/isUndefined
*/

Expand Down

0 comments on commit b9aec0d

Please sign in to comment.