UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

12 lines (11 loc) 273 B
import type { IDestroyable } from 'destroyable'; import type { string_absolute_filename } from '../../types/typeAliases'; /** * @@@ */ export type ScraperIntermediateSource = IDestroyable & { /** * @@@ */ readonly filename: string_absolute_filename; };