UNPKG
react-native-picture-puzzle
Version:
latest (1.0.0)
1.0.0
⚛️ 🧩 A picture puzzle component.
cawfree/react-native-picture-puzzle
react-native-picture-puzzle
/
dist
/
constants
/
isSquare.d.ts
2 lines
(1 loc)
•
54 B
TypeScript
View Raw
1
2
export
default
function
isSquare
(
n
:
number
):
boolean
;