first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
10
node_modules/rfdc/index.d.ts
generated
vendored
Normal file
10
node_modules/rfdc/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
declare namespace rfdc {
|
||||
interface Options {
|
||||
proto?: boolean;
|
||||
circles?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
declare function rfdc(options?: rfdc.Options): <T>(input: T) => T;
|
||||
|
||||
export = rfdc;
|
||||
Loading…
Add table
Add a link
Reference in a new issue