{"_id":"@types/esutils","_rev":"2802884","name":"@types/esutils","description":"TypeScript definitions for esutils","dist-tags":{"latest":"2.0.0","ts3.6":"2.0.0","ts3.7":"2.0.0","ts3.8":"2.0.0","ts3.9":"2.0.0","ts4.0":"2.0.0","ts4.1":"2.0.0","ts4.2":"2.0.0","ts4.3":"2.0.0","ts4.4":"2.0.0","ts4.5":"2.0.0","ts4.6":"2.0.0","ts4.7":"2.0.0","ts4.8":"2.0.0","ts4.9":"2.0.0"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-09-01T09:22:09.000Z","created":"2021-08-03T07:01:47.422Z","2.0.0":"2021-08-03T07:01:47.422Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/esutils"},"versions":{"2.0.0":{"name":"@types/esutils","version":"2.0.0","description":"TypeScript definitions for esutils","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esutils","license":"MIT","contributors":[{"name":"Rhythm Bhiwani","url":"https://github.com/rhythmbhiwani","githubUsername":"rhythmbhiwani"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/esutils"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"ed1392cd0d4399c4ce1bf9df8f971d3b651bb7d98a7726bf11010df77259d476","typeScriptVersion":"3.6","_id":"@types/esutils@2.0.0","dist":{"shasum":"c0f2967592d654b06fbc1e4d733b24ef589bd5c0","size":1821,"noattachment":false,"key":"/@types/esutils/-/@types/esutils-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/esutils/download/@types/esutils-2.0.0.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/esutils_2.0.0_1627974107268_0.5142710366640375"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:35:59.904Z","publish_time":1627974107422,"_cnpm_publish_time":1627974107422}},"readme":"# Installation\r\n> `npm install --save @types/esutils`\r\n\r\n# Summary\r\nThis package contains type definitions for esutils (https://github.com/estools/esutils).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esutils.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esutils/index.d.ts)\r\n````ts\r\n// Type definitions for esutils 2.0\n// Project: https://github.com/estools/esutils\n// Definitions by: Rhythm Bhiwani <https://github.com/rhythmbhiwani>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\nexport = esutils;\n\ndeclare const esutils: {\n    ast: {\n        isExpression: (node: any) => boolean;\n        isIterationStatement: (node: any) => boolean;\n        isProblematicIfStatement: (node: any) => boolean;\n        isSourceElement: (node: any) => boolean;\n        isStatement: (node: any) => boolean;\n        trailingStatement: any;\n    };\n    code: {\n        isDecimalDigit: (ch: any) => boolean;\n        isHexDigit: (ch: any) => boolean;\n        isIdentifierPartES5: (ch: any) => boolean;\n        isIdentifierPartES6: (ch: any) => boolean;\n        isIdentifierStartES5: (ch: any) => boolean;\n        isIdentifierStartES6: (ch: any) => boolean;\n        isLineTerminator: (ch: any) => boolean;\n        isOctalDigit: (ch: any) => boolean;\n        isWhiteSpace: (ch: any) => boolean;\n    };\n    keyword: {\n        isStrictModeReservedWordES6: (id: any) => boolean;\n        isIdentifierES5: (id: any, strict: any) => boolean;\n        isIdentifierES6: (id: any, strict: any) => boolean;\n        isIdentifierNameES5: (id: any) => boolean;\n        isIdentifierNameES6: (id: any) => boolean;\n        isKeywordES5: (id: any, strict: any) => boolean;\n        isKeywordES6: (id: any, strict: any) => boolean;\n        decodeUtf16: (lead: any, trail: any) => any;\n        isReservedWordES5: (id: any, strict: any) => boolean;\n        isReservedWordES6: (id: any, strict: any) => boolean;\n        isRestrictedWord: (id: any) => boolean;\n    };\n};\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 03 Aug 2021 07:01:18 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Rhythm Bhiwani](https://github.com/rhythmbhiwani).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esutils","license":"MIT"}