Move helpers-pure.ts to /common

This commit is contained in:
Robert
2023-06-21 09:10:26 +01:00
parent 1ced7a90fd
commit 2813576f07
63 changed files with 63 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
import { OWNER_REGEX, REPO_REGEX } from "../pure/helpers-pure";
import { OWNER_REGEX, REPO_REGEX } from "./helpers-pure";
/**
* Checks if a string is a valid GitHub NWO.