mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
lines
This commit is contained in:
Vendored
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user