All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
export = uriTransformer
|
|
/**
|
|
* @param {string} uri
|
|
* @returns {string}
|
|
*/
|
|
declare function uriTransformer(uri: string): string
|