UNPKG

166 BTypeScriptView Raw
1import { Mark } from '../types';
2export declare const getMarkedChunks: (marks: Mark) => string[];
3export declare const getMarkedFileNames: (marks: Mark) => string[];