Files
freeCodeCamp/utils/block-nameify.d.ts
Oliver Eyton-Williams bd4d46915a feat(curriculum): add project creation tool (#42410)
* refactor: extract help category map as JSON

* refactor: extract block names as json

* feat: add create-project script

* fix: correct case for tsconfig target

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-06-09 00:57:45 +05:30

2 lines
62 B
TypeScript

export declare function blockNameify(phrase: string): string;