Files
DefinitelyTyped/luaparse/index.d.ts
2016-04-27 21:30:22 -07:00

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;