To install dependencies:
bun add is148Example:
importis148from"is148";// or import { is148 } from "is148";console.log(is148(148));// trueconsole.log(is148(149));// falseconsole.log(is148("148"));// trueconsole.log(is148("149"));// falseThere was an error while loading. Please reload this page.