This package has been deprecated

Author message:

deprecated, try: github: https://github.com/ibyar/aurora, npm: https://www.npmjs.com/package/@ibyar/types

@aurorats/types
TypeScript icon, indicating that this package has built-in type declarations

0.1.12 • Public • Published

Aurora Types

aurora types, this project provide a wildcard modules helper to import different non-js files to a typescript project as a module.

With the help of @aurora/esmpack can provide some functionality to these modules. by replacing the import/export statement itself, with the required code.

Bindings imported are called live bindings because they are updated by the module that exported the binding. the esmpack will fetch the data, not inject it to the js module. so, while fetching, the object with be undefined.

Install

npm i --save @aurorats/types
yarn add @aurorats/types

*Wildcard Structural

declare module '*.html' {
    export default value;
    export const value: string;
    export const url: string;
    export const promise: Promise<string>;
}

/@aurorats/types/

    Package Sidebar

    Install

    npm i @aurorats/types

    Weekly Downloads

    3

    Version

    0.1.12

    License

    MIT

    Unpacked Size

    16.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • salem.ebo