blob: 2245b625fe95e28c32c948488f793bef14eb5a95 [file] [log] [blame]
declare namespace rfdc {
interface Options {
proto?: boolean;
circles?: boolean;
}
}
declare function rfdc(options?: rfdc.Options): <T>(input: T) => T;
export = rfdc;