UNPKG
acorn-api
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
University of Toronto Acorn API
github.com/huchenlei/acorn-api-js
huchenlei/acorn-api-js
acorn-api
/
dist
/
AcornError.d.ts
9 lines
(8 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Created by Charlie on 2017-09-22. */
export
declare
class
AcornError
implements
Error
{
name
:
string
;
message
:
string
;
constructor
(
message
:
string
); }