%PDF- %PDF-
| Direktori : /data/old/usr/lib/node_modules/hexo/node_modules/rfdc/ |
| Current File : //data/old/usr/lib/node_modules/hexo/node_modules/rfdc/index.d.ts |
declare namespace rfdc {
interface Options {
proto?: boolean;
circles?: boolean;
}
}
declare function rfdc(options?: rfdc.Options): <T>(input: T) => T;
export = rfdc;