mirror of https://github.com/sveltejs/svelte
commit
0d661948d8
@ -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