stuff
This commit is contained in:
8
buildfiles/node_modules/sanitize-filename/index.d.ts
generated
vendored
Normal file
8
buildfiles/node_modules/sanitize-filename/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare function sanitize(
|
||||
input: string,
|
||||
options?: {
|
||||
replacement?: string | ((substring: string) => string);
|
||||
}
|
||||
): string;
|
||||
|
||||
export = sanitize;
|
||||
Reference in New Issue
Block a user