{"versions":{"1.3.0":{"name":"@types/wicket","version":"1.3.0","license":"MIT","_id":"@types/wicket@1.3.0","maintainers":[{"name":"anonymous","email":"ts-npm-types@microsoft.com"}],"contributors":[{"url":"https://github.com/llamington","name":"Bailey Lissington","githubUsername":"llamington"}],"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wicket","dist":{"shasum":"f449d2b072d188e3ffdf2af0f4667075bf1f54ed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@types/wicket/-/wicket-1.3.0.tgz","fileCount":5,"integrity":"sha512-GKGOiQgqmZVTIK72fZZOqBu2uI9Z9yg+nNhxV7X4VDhV545nHehWMSnjLFz2cUwh6M6PL5XAWAR3erAeYrwvrQ==","signatures":[{"sig":"MEUCIQD1i19ENa0U0QLVhUOqm7jd8szfHmbzjzV+6v0YNgEacAIgB+2IIYCoUJuj8cCZt3uyI/ULJGIDnqamKJ5ROeUe2yg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5352,"size":1943},"main":"","types":"index.d.ts","scripts":{},"_npmUser":{"name":"anonymous","email":"ts-npm-types@microsoft.com"},"repository":{"url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","type":"git","directory":"types/wicket"},"description":"TypeScript definitions for wicket","directories":{},"dependencies":{},"_hasShrinkwrap":false,"typeScriptVersion":"4.7","_npmOperationalInternal":{"tmp":"tmp/wicket_1.3.0_1718654905277_0.45927294728693324","host":"s3://npm-registry-packages"},"typesPublisherContentHash":"bd13670f5f6a3a010513ecd89eeab3774642cd58ae4fbd3cbca3771f384ad7cb","_cnpmcore_publish_time":"2024-06-17T20:08:25.427Z","publish_time":1718654905427,"_source_registry_name":"default"}},"dist-tags":{"latest":"1.3.0","ts4.7":"1.3.0","ts4.8":"1.3.0","ts4.9":"1.3.0","ts5.0":"1.3.0","ts5.1":"1.3.0","ts5.2":"1.3.0","ts5.3":"1.3.0","ts5.4":"1.3.0","ts5.5":"1.3.0","ts5.6":"1.3.0","ts5.7":"1.3.0","ts5.8":"1.3.0","ts5.9":"1.3.0","ts6.0":"1.3.0"},"name":"@types/wicket","time":{"created":"2024-06-19T01:14:30.883Z","modified":"2025-08-03T08:00:21.303Z","1.3.0":"2024-06-17T20:08:25.427Z"},"readme":"# Installation\r\n> `npm install --save @types/wicket`\r\n\r\n# Summary\r\nThis package contains type definitions for wicket (https://github.com/arthur-e/Wicket).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wicket.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wicket/index.d.ts)\r\n````ts\r\ndeclare var Wkt: WktModule.WktStatic;\n\ndeclare namespace WktModule {\n    interface WktStatic {\n        new(obj?: any): Wkt;\n        beginsWith(str: string, sub: string): boolean;\n        endsWith(str: string, sub: string): boolean;\n        delimiter: string;\n        isArray(obj: any): boolean;\n        trim(str: string, sub: string): string;\n        Wkt: typeof Wkt;\n    }\n\n    class Wkt {\n        constructor();\n        delimiter: string;\n        wrapVertices: string;\n        regExes: string;\n        components: string;\n        isCollection(): boolean;\n        sameCoords(a: any, b: any): boolean;\n        fromObject(obj: any): Wkt;\n        toObject(config?: any): any;\n        toString(config?: any): string;\n        fromJson(obj: any): Wkt;\n        toJson(): any;\n        merge(wkt: string): Wkt;\n        read(str: string): Wkt;\n        write(components?: any[]): string;\n        type: string;\n        extract: Extract;\n        isRectangle: boolean;\n    }\n\n    type GeometryType = \"point\" | \"multipoint\" | \"linestring\" | \"multilinestring\" | \"polygon\" | \"multipolygon\" | \"box\";\n\n    interface Extract {\n        point(point: any): string;\n        multipoint(multipoint: any): string;\n        linestring(linestring: any): string;\n        multilinestring(multilinestring: any): string;\n        polygon(polygon: any): string;\n        multipolygon(multipolygon: any): string;\n        box(box: any): string;\n    }\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Mon, 17 Jun 2024 20:07:03 GMT\r\n * Dependencies: none\r\n\r\n# Credits\r\nThese definitions were written by [Bailey Lissington](https://github.com/llamington).","users":{}}