UNPKG

85 BTypeScriptView Raw
1declare const isBoolean: (value: any) => value is boolean;
2export default isBoolean;