Skip to content

Instantly share code, notes, and snippets.

@piyu-sh
piyu-sh / ffmpeg-worker.js
Created August 19, 2023 10:05
ffmpeg-worker.js
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./node_modules/.pnpm/@[email protected]/node_modules/@ffmpeg/ffmpeg/dist/esm/const.js":
/*!************************************************************************************************!*\
!*** ./node_modules/.pnpm/@[email protected]/node_modules/@ffmpeg/ffmpeg/dist/esm/const.js ***!
\************************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@piyu-sh
piyu-sh / UsefulTypes.ts
Created August 28, 2020 08:59
Useful Typescript types
type info = {
mobile: string,
dl:string,
aadhar: string,
name: string
}
type infoMandatory = {
mobile: string,
dl?:string,