diff --git a/playground/index.ts b/playground/index.ts index 02b4698..f55f092 100644 --- a/playground/index.ts +++ b/playground/index.ts @@ -1,6 +1,6 @@ import { isPositiveNumber } from "../src"; -const value = 2; +const value = 3; const result = { value,