Files
webapptemplates/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/js/debounce.js
T
2022-04-12 14:26:09 +02:00

5 lines
104 B
JavaScript

import _ from 'https://cdn.skypack.dev/lodash';
export function helloWorld() {
prompt(_.VERSION);
}