mirror of
https://github.com/github/codeql-action.git
synced 2026-05-16 16:20:21 +00:00
bea5e4b220
The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3) mention compatibility with Node 18.8.
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
declare const convertToSpaces: (input: string, spaces?: number) => string;
|
|
export default convertToSpaces;
|