source:
frontend/node_modules/cjs-module-lexer/lexer.d.ts
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 234 bytes | |
| Line | |
|---|---|
| 1 | export interface Exports { |
| 2 | exports: string[]; |
| 3 | reexports: string[]; |
| 4 | } |
| 5 | |
| 6 | export declare function parse(source: string, name?: string): Exports; |
| 7 | export declare function init(): Promise<void>; |
| 8 | export declare function initSync(): void; |
Note:
See TracBrowser
for help on using the repository browser.
