|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
343 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | export declare function merge(...sets: Array<string>): string;
|
|---|
| 2 | export declare function subexp(str: string): string;
|
|---|
| 3 | export declare function typeOf(o: any): string;
|
|---|
| 4 | export declare function toUpperCase(str: string): string;
|
|---|
| 5 | export declare function toArray(obj: any): Array<any>;
|
|---|
| 6 | export declare function assign(target: object, source: any): any;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.