UNPKG

81 BTypeScriptView Raw
1declare const isInteger: (number: unknown) => boolean;
2export default isInteger;