UNPKG

56 BJavaScriptView Raw
1export const isBoolean = (x) => typeof x === "boolean";