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

6.0.4 • Public • Published

Installation

npm install --save @types/sheetify

Summary

This package contains type definitions for sheetify (https://github.com/stackcss/sheetify).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sheetify.

index.d.ts

declare namespace sheetify {
    function getPrefix(css: string): string;
}

declare function sheetify(
    src: string | TemplateStringsArray,
    filename?: string,
    options?: { [prop: string]: any },
    done?: (err: Error, css: string, prefix: string) => void,
): string;
declare function sheetify(src: string | TemplateStringsArray, options: { [prop: string]: any }): void;

export = sheetify;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Todd Kennedy.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/sheetify

Weekly Downloads

3

Version

6.0.4

License

MIT

Unpacked Size

3.33 kB

Total Files

5

Last publish

Collaborators

  • types