관리-도구
편집 파일: isObject.d.ts
declare function isObject(x: unknown): x is object; export = isObject;