jest-diff/LICENSE000666 000000 000000 0000002237 13431062407011774 0ustar00000000 000000 MIT License Copyright (c) Microsoft Corporation. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE jest-diff/README.md000666 000000 000000 0000001003 13431062407012234 0ustar00000000 000000 # Installation > `npm install --save @types/jest-diff` # Summary This package contains type definitions for jest-diff ( https://github.com/facebook/jest/tree/master/packages/jest-diff ). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-diff Additional Details * Last updated: Wed, 13 Feb 2019 18:42:15 GMT * Dependencies: none * Global values: none # Credits These definitions were written by Alex Coles . jest-diff/index.d.ts000666 000000 000000 0000001073 13431062407012665 0ustar00000000 000000 // Type definitions for jest-diff 20.0 // Project: https://github.com/facebook/jest/tree/master/packages/jest-diff, https://github.com/facebook/jest // Definitions by: Alex Coles // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 declare namespace diff { interface DiffOptions { aAnnotation?: string; bAnnotation?: string; expand?: boolean; contextLines?: number; } } declare function diff(a: any, b: any, options?: diff.DiffOptions): string; export = diff; jest-diff/package.json000666 000000 000000 0000001204 13431062407013246 0ustar00000000 000000 { "name": "@types/jest-diff", "version": "20.0.1", "description": "TypeScript definitions for jest-diff", "license": "MIT", "contributors": [ { "name": "Alex Coles", "url": "https://github.com/myabc", "githubUsername": "myabc" } ], "main": "", "types": "index", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "c870fcddd40540a283942f82f668244cf72de020fb0110ae019708cb06b19ce2", "typeScriptVersion": "2.2" }