bpms_site/.svn/pristine/24/240d1a84e5d884d7350e44b3a792ad861aaa3944.svn-base
2025-11-02 16:38:49 +03:30

6 lines
229 B
Plaintext

/**
* Parses a module with SWC using an LRU cache where the parsed module will
* be indexed by a sha of its content holding up to 500 entries.
*/
export declare const parseModule: (_: string, content: string) => Promise<any>;