You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import { FileEntity, BabelOption, Option } from './typing';
|
|
declare function sylvanas(files: string[], option: Option): FileEntity[];
|
|
declare namespace sylvanas {
|
|
var parseText: (text: string, option?: BabelOption) => string;
|
|
}
|
|
export = sylvanas;
|