This commit is contained in:
hansrwindhoff
2015-05-15 23:47:02 -06:00
parent c1a834f129
commit 0335eae167
-4
View File
@@ -3,10 +3,6 @@
// Definitions by: Hans Windhoff <https://github.com/hansrwindhoff>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module TComb {
export interface NumbersOnly {
[idx:number]:string;
}
export interface tcomb {
format: (format: string, ...values: any[]) => string;
getFunctionName: (fn: Function) => string;