Skip to content

Commit 244630c

Browse files
chore: remove space
1 parent 7fdd158 commit 244630c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/type/src/guard/lib/guard-primitive.func.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ import { ResultCallback } from '../../type/result-callback.type';
1313
* @returns A `boolean` indicating whether or not the `value` is the `Primitive` from the `type`.
1414
*/
1515
export const guardPrimitive: GuardPrimitive =
16-
<Type extends Primitive>(value: Type, type: Primitives, callback?: ResultCallback): value is Type =>
16+
<Type extends Primitive>(value: Type, type: Primitives, callback?: ResultCallback): value is Type =>
1717
isPrimitive<Type>(value, type, callback);

0 commit comments

Comments
 (0)