mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00: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;
|