// nlab.d.ts // Declare the module for your library declare module "nlab" { // Define the type for the isObject function export function isObject(value: any): boolean; }