mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
8 lines
352 B
TypeScript
8 lines
352 B
TypeScript
// Type definitions for parameterize 1.0
|
|
// Project: https://github.com/fyalavuz/node-parameterize#readme
|
|
// Definitions by: Eduardo Turiño <https://github.com/eturino>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function parameterize(s: string, num_chars?: number, delimiter?: string): string;
|
|
export = parameterize;
|