Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
6
Frontend-Learner/node_modules/parse-statements/index.d.ts
generated
vendored
Normal file
6
Frontend-Learner/node_modules/parse-statements/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { Options, Parse } from './types';
|
||||
/**
|
||||
* Creates parse function by comments and statements.
|
||||
*/
|
||||
export declare const createParseFunction: <Context>(options: Options<Context>) => Parse<Context>;
|
||||
export type { Comment, CommentPair, OnCommentError, OnCommentParse, OnGlobalError, OnParse, Options, Parse, ParsedToken, Statement, } from './types';
|
||||
Loading…
Add table
Add a link
Reference in a new issue