UNPKG

@alexanderson1993/cooklang-ts

Version:

Cooklang-TS is a TypeScript library for parsing and manipulating Cooklang recipes.

5 lines (4 loc) 161 B
export declare const comment: RegExp; export declare const blockComment: RegExp; export declare const shoppingList: RegExp; export declare const tokens: RegExp;