{"_id":"@types/is-base64","_rev":"2957188","name":"@types/is-base64","description":"TypeScript definitions for is-base64","dist-tags":{"latest":"1.1.1","ts2.8":"1.1.0","ts2.9":"1.1.0","ts3.0":"1.1.0","ts3.1":"1.1.0","ts3.2":"1.1.0","ts3.3":"1.1.0","ts3.4":"1.1.0","ts3.5":"1.1.0","ts3.6":"1.1.1","ts3.7":"1.1.1","ts3.8":"1.1.1","ts3.9":"1.1.1","ts4.0":"1.1.1","ts4.1":"1.1.1","ts4.2":"1.1.1","ts4.3":"1.1.1","ts4.4":"1.1.1","ts4.5":"1.1.1","ts4.6":"1.1.1","ts4.7":"1.1.1","ts4.8":"1.1.1","ts4.9":"1.1.1","ts5.0":"1.1.1","ts5.1":"1.1.1"},"maintainers":[{"name":"npm:types","email":""},{"name":"types","email":""}],"time":{"modified":"2023-04-27T07:42:03.000Z","created":"2020-04-01T18:42:07.843Z","1.1.1":"2021-07-08T15:17:54.637Z","1.1.0":"2020-04-01T18:42:07.843Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/is-base64"},"versions":{"1.1.1":{"name":"@types/is-base64","version":"1.1.1","description":"TypeScript definitions for is-base64","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-base64","license":"MIT","contributors":[{"name":"Chris Wilkinson","url":"https://github.com/thewilkybarkid","githubUsername":"thewilkybarkid"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/is-base64"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"b694e97c4e1a9483e42deea90dc68751ee208a0d5b5126805948093c5fcc3b24","typeScriptVersion":"3.6","_id":"@types/is-base64@1.1.1","dist":{"shasum":"a17d2b0075f637f80f9ab5f76f0071a65f6965d4","size":1626,"noattachment":false,"key":"/@types/is-base64/-/@types/is-base64-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/is-base64/download/@types/is-base64-1.1.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"npm:types","email":""},{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-base64_1.1.1_1625757474508_0.6678613551520265"},"_hasShrinkwrap":false,"publish_time":1625757474637,"_cnpm_publish_time":1625757474637,"_cnpmcore_publish_time":"2021-12-16T22:56:39.813Z"},"1.1.0":{"name":"@types/is-base64","version":"1.1.0","description":"TypeScript definitions for is-base64","license":"MIT","contributors":[{"name":"Chris Wilkinson","url":"https://github.com/thewilkybarkid","githubUsername":"thewilkybarkid"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/is-base64"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"1192274c7706c556f8940b4d0dd1ac45690ed1b82c7e41f4950fc0b57f463d42","typeScriptVersion":"2.8","_id":"@types/is-base64@1.1.0","dist":{"shasum":"8f0e0874ba0df223a413e46fa12e681708d19080","size":1575,"noattachment":false,"key":"/@types/is-base64/-/@types/is-base64-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/is-base64/download/@types/is-base64-1.1.0.tgz"},"maintainers":[{"name":"npm:types","email":""},{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-base64_1.1.0_1585766527756_0.4337368344786805"},"_hasShrinkwrap":false,"publish_time":1585766527843,"_cnpm_publish_time":1585766527843,"_cnpmcore_publish_time":"2021-12-16T22:56:40.107Z"}},"readme":"# Installation\r\n> `npm install --save @types/is-base64`\r\n\r\n# Summary\r\nThis package contains type definitions for is-base64 (https://github.com/miguelmota/is-base64).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-base64.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-base64/index.d.ts)\r\n````ts\r\n// Type definitions for is-base64 1.1\n// Project: https://github.com/miguelmota/is-base64\n// Definitions by: Chris Wilkinson <https://github.com/thewilkybarkid>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\ninterface IsBase64Options {\n    allowEmpty?: boolean | undefined;\n    allowMime?: boolean | undefined;\n    mimeRequired?: boolean | undefined;\n    paddingRequired?: boolean | undefined;\n}\n\ndeclare function isBase64(string: string, options?: IsBase64Options): boolean;\n\nexport = isBase64;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Thu, 08 Jul 2021 14:23:19 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Chris Wilkinson](https://github.com/thewilkybarkid).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-base64","license":"MIT"}