mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
added def typed header comments
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
// Type definitions for backbone.localStorage 1.0.0
|
||||
// Project: https://github.com/jeromegn/Backbone.localStorage
|
||||
// Definitions by: Louis Grignon <https://github.com/lgrignon/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../backbone/backbone.d.ts" />
|
||||
|
||||
declare module Backbone {
|
||||
interface Serializer {
|
||||
|
||||
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for PolymerTS 0.1.17
|
||||
// Project: https://github.com/nippur72/PolymerTS
|
||||
// Definitions by: Louis Grignon <https://github.com/lgrignon/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module polymer {
|
||||
class PolymerBase extends HTMLElement {
|
||||
$: any;
|
||||
|
||||
Reference in New Issue
Block a user