Coder Social home page Coder Social logo

lamualfa / common-dts Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 25 KB

๐Ÿ“˜ Collection of reusable .d.ts files commonly used on your projects.

License: Do What The F*ck You Want To Public License

declaration definition import type typescript

common-dts's Introduction

No More Type Extension Error

ย 

npm version license

ย 

common-dts DTS Logo

Collection of reusable .d.ts files commonly used on your projects. So you don't need to Google it again.

hr

Installation

NPM
npm i -D common-dts
PNPM
pnpm add -D common-dts
Yarn
yarn add -D common-dts

hr

Usage

A. Globally

The entire project will affected when using this method. So, you don't need to importing the type again.

Don't want to affect the entire project? Use Locally method for individual file configuration.

Format

Put this code on any .d.ts file on your project. Or you can create a new one if it doesn't exist.

declare global {
  import "common-dts/types/<file-name>";
}

See Supported Extensions for the list of available <file-name>.

Example
declare global {
  import "common-dts/types/module.css";
  import "common-dts/types/module.scss";
  import "common-dts/types/react/svg";
}

B. Locally

Only file with the imported type will affected when using this method.

Format
import "common-dts/types/<file-name>";

See Supported Extensions for the list of available <file-name>.

Example
import "common-dts/types/module.scss";

// Now you can import your SCSS file without typing error
import classes from "./index.module.scss";

// Your code

hr

Supported Extensions

Framework Name Extension File Name
Any CSS Module .module.css module.css.d.ts
Any Sass or SCSS Module .module.scss .module.sass module.scss.d.ts
Any AVIF .avif avif.d.ts
Any Bitmap .bmp bmp.d.ts
Any PNG .png png.d.ts
Any JPG .jpg .jpeg jpg.d.ts
Any GIF .gif gif.d.ts
Any WEBP .webp webp.d.ts
React SVG .svg react/svg.d.ts
Vue 2 SVG .svg vue2/svg.d.ts
Vue 3 SVG .svg vue3/svg.d.ts
Solid SVG .svg solid/svg.d.ts
Svelte SVG .svg svelte/svg.d.ts

common-dts's People

Contributors

lamualfa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.