Updated node modules
This commit is contained in:
8
node_modules/colord/parse.d.ts
generated
vendored
Normal file
8
node_modules/colord/parse.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Parsers, ParseResult, Input, Format } from "./types";
|
||||
export declare const parsers: Parsers;
|
||||
/** Tries to convert an incoming value into RGBA color by going through all color model parsers */
|
||||
export declare const parse: (input: Input) => ParseResult | [null, undefined];
|
||||
/**
|
||||
* Returns a color model name for the input passed to the function.
|
||||
*/
|
||||
export declare const getFormat: (input: Input) => Format | undefined;
|
Reference in New Issue
Block a user