Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Feb 9, 2024
1 parent 47f8575 commit d5844ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { isLiquidStringable, toLiquidString } from "./drop";
import { isNumberT, NumberT } from "./number";
import { Undefined } from "./undefined";


/**
* A type predicate for the primitive boolean.
* @param value - Any value
Expand All @@ -12,7 +11,6 @@ export function isBoolean(value: unknown): value is boolean {
return typeof value == "boolean";
}


/**
* A type predicate for the primitive string.
* @param value - Any value
Expand Down

0 comments on commit d5844ed

Please sign in to comment.