Last active
January 17, 2021 09:51
-
-
Save lunelson/4a24becc4130723a16dae452cf2da6e1 to your computer and use it in GitHub Desktop.
test swing
This file contains 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
{"scripts": [],"showConsole": true} |
This file contains 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 changeCase from 'https://cdn.skypack.dev/change-case'; | |
console.log(changeCase.snakeCase('hello world')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment