Tons of Solutions Engineering work done today for the rest of the CS team! Headway, Howard Hanna, Engels, Brighton, etc. Also completed Datasnippers auth flow and worked on Anthology's script. Cloned Anthology's courses (900..) and will clone Full Story on Monday.
This commit is contained in:
13
Scripts/node_modules/data-uri-to-buffer/dist/index.d.ts
generated
vendored
Normal file
13
Scripts/node_modules/data-uri-to-buffer/dist/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
export interface ParsedDataURI {
|
||||
type: string;
|
||||
typeFull: string;
|
||||
charset: string;
|
||||
buffer: ArrayBuffer;
|
||||
}
|
||||
/**
|
||||
* Returns a `Buffer` instance from the given data URI `uri`.
|
||||
*
|
||||
* @param {String} uri Data URI to turn into a Buffer instance
|
||||
*/
|
||||
export declare function dataUriToBuffer(uri: string | URL): ParsedDataURI;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user