mirror of https://github.com/sveltejs/svelte
parent
af5204a765
commit
d3133d0e63
@ -0,0 +1,4 @@
|
||||
declare module 'acorn' {
|
||||
export function isIdentifierStart(code: number, astral: boolean): boolean;
|
||||
export function isIdentifierChar(code: number, astral: boolean): boolean;
|
||||
}
|
||||
Loading…
Reference in new issue