Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit a7811de

Browse files
committed
⚡️ feat: start gatekeeping
1 parent 717252a commit a7811de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

__info.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ export const name = "CoffeeScript";
22

33
/** @typedef {{}} Options */
44

5+
/** @type {import("../..").Gatekeep} */
6+
export const gatekeep = async () => {
7+
return { able: true };
8+
};
9+
510
/** @type {import("../..").AdderOptions<Options>} */
611
export const options = {};
712

0 commit comments

Comments
 (0)