mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
8 lines
291 B
TypeScript
8 lines
291 B
TypeScript
// Type definitions for luaparse
|
|
// Project: https://github.com/oxyc/luaparse
|
|
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
export declare function parse(code: string, options?: Object): Object;
|