Last active
July 5, 2024 23:11
-
-
Save philihp/bd7ed8daa7871d1922a8027e0540db90 to your computer and use it in GitHub Desktop.
openskill-test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const openskill = require('openskill') | |
console.log(openskill); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as openskill from 'openskill'; | |
console.log(openskill); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dependencies": { | |
"openskill": "^4.0.2" | |
}, | |
"scripts": { | |
"test": "npm run node && npm run module", | |
"node": "node index.cjs", | |
"module": "node index.mjs" | |
} | |
} |
Author
philihp
commented
Jul 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment