UNPKG

@hero-design/snowflake-guard

Version:

A hero-design bot detecting snowflake usage

4 lines (3 loc) 228 B
import * as babelParser from '@babel/parser'; import { Overrides } from 'recast/parsers/_babel_options'; export declare const parse: (source: string, options?: Overrides) => babelParser.ParseResult<import("@babel/types").File>;