UNPKG
oral-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
a testing framework for typescript
github.com/tanay-pingalkar/oral
tanay-pingalkar/oral
oral-ts
/
dist
/
utils
/
add.js
10 lines
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// export const Add = (key: string) => {
// if (
// !global.utility.has(key) ||
// global.after !== key ||
// global.before !== key
// ) {
// global.toRun.add(key);
// }
// };
//# sourceMappingURL=add.js.map