UNPKG

is-multiple-of-5

Version:
4 lines (2 loc) 91 B
declare const isMultipleOf5: (value: number | any) => boolean; export = isMultipleOf5;