Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 3, 2024
1 parent f3c918f commit 564d1f1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# source-code-diagnosis
# source-code-diagnosis

## getUsageOfDangerStrings

```ts
import { getUsageOfDangerStrings } from "@shined/source-code-diagnosis";

let response = getUsageOfDangerStrings(
["bootcss.com", "bootcdn.com", "polyfill.com", "polyfill.io"],
{
cwd: "/Users/Pikachu/project",
concurrency: 1,
}
);
```

0 comments on commit 564d1f1

Please sign in to comment.