mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
/// <reference path="../d3.d.ts" />
|
||||
|
||||
declare module d3 {
|
||||
declare namespace d3 {
|
||||
export function superformula<T>(): Superformula<T>;
|
||||
|
||||
module superformula {
|
||||
namespace superformula {
|
||||
interface Type {
|
||||
m: number;
|
||||
n1: number;
|
||||
|
||||
Reference in New Issue
Block a user