osr-discourse/lib/sync/osrl.d.ts
2024-06-29 21:53:26 +02:00

5 lines
247 B
TypeScript

/// <reference types="node" />
import { IOptionsSyncComponent } from '../../';
export declare const fileAsBuffer: (path: string) => Buffer;
export declare const createContent: (component: any, _options: IOptionsSyncComponent) => Promise<any>;