From 3cb428af9940ae0d0a3df72fda6e5b581ac5a5ca Mon Sep 17 00:00:00 2001 From: zhutian chen Date: Sat, 13 May 2017 01:06:46 +0800 Subject: [PATCH] add myself --- types/topojson/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/topojson/index.d.ts b/types/topojson/index.d.ts index 68efb8ee9c..67f71310d0 100644 --- a/types/topojson/index.d.ts +++ b/types/topojson/index.d.ts @@ -1,6 +1,7 @@ // Type definitions for topojson 3.0 // Project: https://github.com/topojson/topojson // Definitions by: Ricardo Mello +// Zhutian Chen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export function bbox(topology: any): any;