mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
/**
|
|
* @module "ui/builder/module-name-sanitizer"
|
|
*/ /** */
|
|
|
|
export function sanitizeModuleName(moduleName: string, removeExtension: boolean): string;
|