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
They say animal running fast is scary!::4-7::Fast Runners |
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
==== example.js ==== | |
function sub1() { | |
return 'hello' | |
} | |
function main1() { | |
return sub1() | |
} | |
export { sub1, main1 } |
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
{ | |
"name": "on-up-frontend", | |
"version": "2.0.9", | |
"description": "CoreUI React Open Source Bootstrap 4 Admin Template", | |
"author": "Łukasz Holeczek", | |
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek", | |
"license": "MIT", | |
"private": true, | |
"repository": { | |
"type": "git", |
OlderNewer