1 | export default file;
|
2 | declare namespace file {
|
3 | namespace file {
|
4 | function test(x: any): boolean;
|
5 | function test(x: any): boolean;
|
6 | function replace(f: any): any;
|
7 | function replace(f: any): any;
|
8 | function revive({ name, type, buffer, lastModified }: {
|
9 | name: any;
|
10 | type: any;
|
11 | buffer: any;
|
12 | lastModified: any;
|
13 | }): File;
|
14 | function revive({ name, type, buffer, lastModified }: {
|
15 | name: any;
|
16 | type: any;
|
17 | buffer: any;
|
18 | lastModified: any;
|
19 | }): File;
|
20 | function replaceAsync(f: any): any;
|
21 | function replaceAsync(f: any): any;
|
22 | }
|
23 | }
|