Skip to content

Instantly share code, notes, and snippets.

@gys-dev
Created October 7, 2021 03:22
Show Gist options
  • Save gys-dev/d999b653748fc01ce2138f8f956071c5 to your computer and use it in GitHub Desktop.
Save gys-dev/d999b653748fc01ce2138f8f956071c5 to your computer and use it in GitHub Desktop.
Quick Import Module Node JS
/* in src/api
package.json
API.JS
Const.js
*/
{
"name": "@api"
}
import Session from '@api/API';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment