mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 06:20:23 +00:00
Merge pull request #484 from iwhp/master
Added the property [name] to NamingConvention
This commit is contained in:
Vendored
+1
@@ -597,6 +597,7 @@ declare module breeze {
|
||||
static camelCase: NamingConvention;
|
||||
static defaultInstance: NamingConvention;
|
||||
static none: NamingConvention;
|
||||
name: string;
|
||||
|
||||
constructor (config: NamingConventionOptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user