Skip to content
Snippets Groups Projects
CryptoServiceNode.d.ts 128 B
Newer Older
  • Learn to ignore specific revisions
  • Igor Markin's avatar
    Igor Markin committed
    import { ICryptoService } from "./ICryptoService";
    declare const implementation: ICryptoService;
    
    Igor Markin's avatar
    Igor Markin committed
    export default implementation;