strfry-policies/src/deps.ts
2023-03-26 16:19:33 -05:00

4 lines
225 B
TypeScript

export { readLines } from 'https://deno.land/std@0.181.0/io/mod.ts';
export { assert, assertEquals } from 'https://deno.land/std@0.181.0/testing/asserts.ts';
export { Keydb } from 'https://deno.land/x/keydb@1.0.0/sqlite.ts';