method Stowrage.prototype.addimport { Stowrage } from "https://deno.land/x/stowrage@v0.4.2/src/stowrage.ts"; add(name: string, key: DataType): voidAdd entry to db Parametersname: string Name for the entry key: DataType Value that you want to store (Can be anything) Returnsvoid