@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
15 lines (14 loc) • 403 B
TypeScript
import type { IDestroyable } from 'destroyable';
import type { string_absolute_filename } from '../../types/typeAliases';
/**
* @@@
*/
export type ScraperIntermediateSource = IDestroyable & {
/**
* @@@
*/
readonly filename: string_absolute_filename;
};
/**
* Note: [🌏] Converters can be used only in node because they uses `ScraperIntermediateSource` which uses file system
*/