forked from public/fvtt-cthulhu-eternal
Initial import with skill sheet working
This commit is contained in:
7
node_modules/comment-parser/es6/parser/source-parser.d.ts
generated
vendored
Normal file
7
node_modules/comment-parser/es6/parser/source-parser.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Line, BlockMarkers } from '../primitives.js';
|
||||
export interface Options {
|
||||
startLine: number;
|
||||
markers: BlockMarkers;
|
||||
}
|
||||
export type Parser = (source: string) => Line[] | null;
|
||||
export default function getParser({ startLine, markers, }?: Partial<Options>): Parser;
|
||||
Reference in New Issue
Block a user