UNPKG

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