@types/ref-struct
Advanced tools
| 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 |
@@ -5,2 +5,3 @@ // Type definitions for ref-struct | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| // TypeScript Version: 2.2 | ||
@@ -54,5 +55,5 @@ import ref = require('ref'); | ||
| declare var StructType: { | ||
| new (fields?: {}): StructType; | ||
| new (fields?: object, opt?: object): StructType; | ||
| new (fields?: any[]): StructType; | ||
| (fields?: {}): StructType; | ||
| (fields?: object, opt?: object): StructType; | ||
| (fields?: any[]): StructType; | ||
@@ -59,0 +60,0 @@ } |
| { | ||
| "name": "@types/ref-struct", | ||
| "version": "0.0.28", | ||
| "version": "0.0.29", | ||
| "description": "TypeScript definitions for ref-struct", | ||
| "license": "MIT", | ||
| "author": "Paul Loyd <https://github.com/loyd>", | ||
| "contributors": [ | ||
| { | ||
| "name": "Paul Loyd", | ||
| "url": "https://github.com/loyd", | ||
| "githubUsername": "loyd" | ||
| } | ||
| ], | ||
| "main": "", | ||
@@ -16,4 +22,4 @@ "repository": { | ||
| }, | ||
| "typings": "index.d.ts", | ||
| "typesPublisherContentHash": "edc9a6d902088050fd92e4336c09d5ea6c48645e0589ddf8c1513cbad48f55ab" | ||
| "typesPublisherContentHash": "c5bdd0537bc1117e6e195cb911c179f9a26298915099c81ee66096c53a2376f7", | ||
| "typeScriptVersion": "2.2" | ||
| } |
@@ -8,12 +8,10 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/ref-struct | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ref-struct | ||
| Additional Details | ||
| * Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
| * File structure: ProperModule | ||
| * Library Dependencies: none | ||
| * Module Dependencies: ref | ||
| * Global values: StructType | ||
| * Last updated: Tue, 02 Jan 2018 21:15:24 GMT | ||
| * Dependencies: ref | ||
| * Global values: none | ||
| # Credits | ||
| These definitions were written by Paul Loyd <https://github.com/loyd>. |
| { | ||
| "authors": "Paul Loyd <https://github.com/loyd>", | ||
| "definitionFilename": "index.d.ts", | ||
| "libraryDependencies": [], | ||
| "moduleDependencies": [ | ||
| "ref" | ||
| ], | ||
| "libraryMajorVersion": "0", | ||
| "libraryMinorVersion": "0", | ||
| "libraryName": "ref-struct", | ||
| "typingsPackageName": "ref-struct", | ||
| "projectName": "https://github.com/TooTallNate/ref-struct", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "sourceBranch": "types-2.0", | ||
| "kind": "ProperModule", | ||
| "globals": [ | ||
| "StructType" | ||
| ], | ||
| "declaredModules": [ | ||
| "ref-struct" | ||
| ], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "hasPackageJson": false, | ||
| "contentHash": "edc9a6d902088050fd92e4336c09d5ea6c48645e0589ddf8c1513cbad48f55ab" | ||
| } |
4407
12.57%52
-32.47%17
-10.53%