Skip to content

Commit 3405661

Browse files
chore(guardIs): sort alphabetically
1 parent 8abf5f3 commit 3405661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/type/src/guard/lib/guard-is.object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export const guardIs: GuardIs = {
2424
function: guardFunction,
2525
instance: guardInstance,
2626
key: guardKey,
27-
number: guardNumber,
2827
null: guardNull,
28+
number: guardNumber,
2929
object: guardObject,
3030
objectKey: guardObjectKey,
3131
primitive: guardPrimitive,

0 commit comments

Comments
 (0)