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.

9 lines
415 B

/**
* Get the platform specific platform extensions in the format that Webpack expects (with a dot prefix).
*
* @param platforms supported platforms in order of priority. ex: ios, android, web, native, electron, etc...
* @category env
*/
export declare function getModuleFileExtensions(...platforms: string[]): string[];
export declare function getNativeModuleFileExtensions(...platforms: string[]): string[];