source:
trip-planner-front/node_modules/rfdc/index.d.ts@
571e0df
Last change on this file since 571e0df was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 181 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | declare namespace rfdc { |
2 | interface Options { | |
3 | proto?: boolean; | |
4 | circles?: boolean; | |
5 | } | |
6 | } | |
7 | ||
8 | declare function rfdc(options?: rfdc.Options): <T>(input: T) => T; | |
9 | ||
10 | export = rfdc; |
Note:
See TracBrowser
for help on using the repository browser.