UNPKG

230 BTypeScriptView Raw
1import type { SourceBlock } from './types';
2export * from './types';
3/**
4 * given a location, extract the text from the full source
5 */
6export declare function extractSource(location: SourceBlock, lines: string[]): string | null;