@tyler.thayn/js
v2.0.0
Published
```javascript let { core } = require('@js/core'); ``` #### ESM Import ```javascript import { core } from "@js/core"; ```
Readme
@js/core
Getting Started
Install: npm install @js/core
Usage
Node/CJS
let { core } = require('@js/core');ESM Import
import { core } from "@js/core";Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
(Nothing yet)
License
Copyright (c) 2025 Tyler Thayn Licensed under the MIT license.
